aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-12/+6
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...krj1-1/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-2/+2
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-18Add an expert info noting that an ANSI message with the national indicator se...morriss1-3/+7
2009-08-11Add a bunch of length checks. Fixes bug 3826.gerald1-32/+135
2009-08-06Fix compilation warnings in a few dissectors and try moving them to thegerald1-6/+6
2009-08-03Clean up indentation somewhat.guy1-207/+207
2009-08-03Add a null pointer check. Remove some unused variables.gerald1-24/+24
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-84/+84
2009-06-02Decode SCCP cause values in SUA (using value_strings exported from the SCCPmorriss1-5/+5
2009-05-18Use se_alloc0 and ep_alloc0.gerald1-10/+4
2009-05-12Make an epxpert item checking PC length.etxrab1-24/+41
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-04-21Constify some more value_strings.jake1-1/+1
2009-04-15packet_sccp.c: Init an uninit'd variable which was the cause of intermittent ...wmeier1-1/+2
2009-04-09Small indentation fix.etxrab1-30/+30
2009-04-07Fix a typo.morriss1-31/+34
2009-03-08Indicate hexadecimal preferences.stig1-1/+1
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sguy1-4/+4
2008-11-13Fix some warnings.guy1-2/+2
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