aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-23If we only see one half of a SCCP conneversation we can as a last resort make...etxrab1-0/+33
2008-09-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2848 :morriss1-7/+2
2008-09-19Correct the field lengths for the segmentation parameter (fixes the highlight...morriss1-7/+5
2008-09-15If ANSI and national==0, decode the PC as ITU (not China). This fixes bug 2861.morriss1-4/+4
2008-06-26Fix some warnings reported by gcc -Wshadow ...wmeier1-3/+3
2008-05-09Fix some of the Errors/warnings detected by checkapi.etxrab1-5/+10
2008-04-09Remove:etxrab1-4/+0
2008-03-28Fix compilation under Windows.gerald1-0/+1
2008-03-27Make sure we reset a pointer to ephemeral memory when we're done processinggerald1-2/+3
2008-03-06Added an option to uat_new() to set if configuration shall be saved in thestig1-0/+1
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-4/+5
2008-02-10The type field of an mtp3_addr_pc_t is a "which SS7 standard is this?"guy1-4/+0
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1wmeier1-2/+6
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