aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-04-21Constify some more value_strings.Jaap Keuter1-1/+1
2009-04-15packet_sccp.c: Init an uninit'd variable which was the cause of intermittent ...Bill Meier1-1/+2
2009-04-09Small indentation fix.Anders Broman1-30/+30
2009-04-07Fix a typo.Jeff Morriss1-31/+34
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-1/+1
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-4/+4
2008-11-13Fix some warnings.Guy Harris1-2/+2
2008-10-23If we only see one half of a SCCP conneversation we can as a last resort make...Anders Broman1-0/+33
2008-09-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2848 :Jeff Morriss1-7/+2
2008-09-19Correct the field lengths for the segmentation parameter (fixes the highlight...Jeff Morriss1-7/+5
2008-09-15If ANSI and national==0, decode the PC as ITU (not China). This fixes bug 2861.Jeff Morriss1-4/+4
2008-06-26Fix some warnings reported by gcc -Wshadow ...Bill Meier1-3/+3
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-5/+10
2008-04-09Remove:Anders Broman1-4/+0
2008-03-28Fix compilation under Windows.Gerald Combs1-0/+1
2008-03-27Make sure we reset a pointer to ephemeral memory when we're done processingGerald Combs1-2/+3
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-0/+1
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-4/+5
2008-02-10The type field of an mtp3_addr_pc_t is a "which SS7 standard is this?"Guy Harris1-4/+0
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1Bill Meier1-2/+6
2008-01-17Add support for DLT_SCCP (SCCP without MTP2, MTP3, or any pseudo-header).Jeff Morriss1-0/+1
2008-01-09Display the Country Code information in a subtree of the digits (to make it o...Jeff Morriss1-42/+73
2008-01-09From Shmulik Bezalel:Anders Broman1-3/+20
2007-12-30Fix indentation somewhat.Anders Broman1-95/+92
2007-12-03Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2059 : reassemble XUDT...Jeff Morriss1-3/+64
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-11-24Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2011 : check SSN i...Jeff Morriss1-0/+2
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2006 : use 0xffffff (r...Jeff Morriss1-2/+3
2007-10-26Minor indentation changesJeff Morriss1-20/+18
2007-08-15checkhf.pl found a couple bugs: hf_sccp_calling_itu_global_title_indicator an...Jeff Morriss1-2/+5
2007-07-26Change a bunch of calls to col_append_*() to col_add_*() in places where weJeff Morriss1-28/+35
2007-06-13Stop using switch statements on the GTI when decoding GT's: the values areJeff Morriss1-27/+24
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-0/+1
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerGuy Harris1-2/+2
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-24/+24
2007-04-16Fix a couple warningsJeff Morriss1-7/+7
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon1-26/+207
2007-03-29Fix some more warningsStephen Fisher1-1/+1
2007-03-29remove debugging printf() calls left in the code.Luis Ontanon1-6/+0
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...Luis Ontanon1-20/+70
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...Jeff Morriss1-37/+37
2007-03-22Mine:Luis Ontanon1-46/+82
2007-03-21packet_info.c and packet.cLuis Ontanon1-270/+235
2007-03-09GCC warning fixesJörg Mayer1-1/+1
2007-03-05prepare for in-tree call tracing of bssap and ranap.Luis Ontanon1-39/+66
2007-03-03Add an optional generated id to each association and have a tree with links t...Luis Ontanon1-33/+90
2007-01-19Fix the SCCP dissector so it doesn't show non-segmented DT1 messages asJeff Morriss1-10/+10
2007-01-19Reindent pretty heavily. It's still not 100% consistent but at least all theJeff Morriss1-459/+472
2006-12-26If p2p_dir isn't set (no message direction is configured) or no association i...Jeff Morriss1-31/+36