aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-12-01From Neil Piercy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3301 :morriss1-13/+37
2010-12-01From Neil Piercy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3301 :morriss1-6/+6
2010-11-22Initialize no_assoc.app_info=0.stig1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofguy1-1/+1
2010-10-11hf variables can be copied/passed by value, not by reference.morriss1-6/+6
2010-06-04Add a preference that allows the user to decide if they want the calling andmorriss1-57/+68
2010-05-13Reindent a bitmorriss1-16/+22
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-04From LEGO via bug 3459:stig1-0/+1
2010-02-06Renamed some reassembled data texts.stig1-4/+4
2010-02-05Fix the MNC decoding when Global Title is builtdimeg1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+7
2010-01-13Try to fix indentation sligtly.etxrab1-66/+67
2009-12-14Add support for LUDT/LUDTS in ANSI (ANSI added them in 2000/2001).morriss1-64/+53
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg1-4/+4
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