aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-12-01From Neil Piercy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3301 :Jeff Morriss1-13/+37
2010-12-01From Neil Piercy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3301 :Jeff Morriss1-6/+6
2010-11-22Initialize no_assoc.app_info=0.Stig Bjørlykke1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-10-11hf variables can be copied/passed by value, not by reference.Jeff Morriss1-6/+6
2010-06-04Add a preference that allows the user to decide if they want the calling andJeff Morriss1-57/+68
2010-05-13Reindent a bitJeff Morriss1-16/+22
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+1
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-4/+4
2010-02-05Fix the MNC decoding when Global Title is builtGerasimos Dimitriadis1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+7
2010-01-13Try to fix indentation sligtly.Anders Broman1-66/+67
2009-12-14Add support for LUDT/LUDTS in ANSI (ANSI added them in 2000/2001).Jeff Morriss1-64/+53
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-4/+4
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-12/+6
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam1-1/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-2/+2
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-18Add an expert info noting that an ANSI message with the national indicator se...Jeff Morriss1-3/+7
2009-08-11Add a bunch of length checks. Fixes bug 3826.Gerald Combs1-32/+135
2009-08-06Fix compilation warnings in a few dissectors and try moving them to theGerald Combs1-6/+6
2009-08-03Clean up indentation somewhat.Guy Harris1-207/+207
2009-08-03Add a null pointer check. Remove some unused variables.Gerald Combs1-24/+24
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-84/+84
2009-06-02Decode SCCP cause values in SUA (using value_strings exported from the SCCPJeff Morriss1-5/+5
2009-05-18Use se_alloc0 and ep_alloc0.Gerald Combs1-10/+4
2009-05-12Make an epxpert item checking PC length.Anders Broman1-24/+41
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