aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-17Add support for DLT_SCCP (SCCP without MTP2, MTP3, or any pseudo-header).morriss1-0/+1
2008-01-09Display the Country Code information in a subtree of the digits (to make it o...morriss1-42/+73
2008-01-09From Shmulik Bezalel:etxrab1-3/+20
2007-12-30Fix indentation somewhat.etxrab1-95/+92
2007-12-03Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2059 : reassemble XUDT...morriss1-3/+64
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-11-24Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2011 : check SSN i...morriss1-0/+2
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2006 : use 0xffffff (r...morriss1-2/+3
2007-10-26Minor indentation changesmorriss1-20/+18
2007-08-15checkhf.pl found a couple bugs: hf_sccp_calling_itu_global_title_indicator an...morriss1-2/+5
2007-07-26Change a bunch of calls to col_append_*() to col_add_*() in places where wemorriss1-28/+35
2007-06-13Stop using switch statements on the GTI when decoding GT's: the values aremorriss1-27/+24
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-0/+1
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerguy1-2/+2
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-24/+24
2007-04-16Fix a couple warningsmorriss1-7/+7
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:lego1-26/+207
2007-03-29Fix some more warningssfisher1-1/+1
2007-03-29remove debugging printf() calls left in the code.lego1-6/+0
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...lego1-20/+70
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...morriss1-37/+37
2007-03-22Mine:lego1-46/+82
2007-03-21packet_info.c and packet.clego1-270/+235
2007-03-09GCC warning fixesjmayer1-1/+1
2007-03-05prepare for in-tree call tracing of bssap and ranap.lego1-39/+66
2007-03-03Add an optional generated id to each association and have a tree with links t...lego1-33/+90
2007-01-19Fix the SCCP dissector so it doesn't show non-segmented DT1 messages asmorriss1-10/+10
2007-01-19Reindent pretty heavily. It's still not 100% consistent but at least all themorriss1-459/+472
2006-12-26If p2p_dir isn't set (no message direction is configured) or no association i...morriss1-31/+36
2006-09-14Jeff Morriss:jmayer1-32/+10
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixsahlberg1-7/+7
2006-06-20From Albert Chin:etxrab1-15/+34
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-04-06Fix bug 851etxrab1-10/+28
2006-04-05Frof Jeff Morriss:etxrab1-31/+60
2006-03-29sccp - fix a typoetxrab1-1/+1
2006-03-11use se_trees instead of GHashTables,lego1-88/+110
2006-02-22Desegment DT1 messages.etxrab1-15/+54
2006-02-04Add SSN:s from 3GPP TS 23.003.etxrab1-1/+16
2006-01-31Display which dissector is linked to a ssn.etxrab1-1/+27
2006-01-20Handle sgmented XUDT:setxrab1-1/+56
2006-01-19Dont dissect XDT data in case of Segmentation as that will give [Malformed pa...etxrab1-1/+84
2005-12-17Have tcap subdissectors registering using functions provided by tcap and tcap...lego1-15/+19
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:setxrab1-1/+0
2005-12-14Use src and dst instead of net_src.etxrab1-29/+35
2005-12-13handle sccp connections.lego1-38/+190
2005-08-19From Michael Lumsahlberg1-12/+31
2005-08-08various code cleanup:ulfl1-5/+1
2005-04-28Fix buffer overflow which is the cause of BUG 131.tuexen1-6/+6
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1