aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-6/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-09-26Get rid of check_col() and use ENC.etxrab1-37/+34
2011-09-01Update my email address (the old one still works but I don't use it for Wires...morriss1-4/+4
2011-05-26Inspired by one of the changes from r37406 and bug 2794: detect hf abbreviationsmorriss1-3/+3
2011-05-26From Michael Mann.etxrab1-1/+4
2011-05-25Add some expert infos for unusual messages:morriss1-153/+212
2011-05-17Squelch a narrowing warning.guy1-1/+1
2011-05-17Always add the parameter length field to the tree; only make it visiblemorriss1-13/+22
2011-05-17Add a filterable item for the length of the GT digits in a subtree under themorriss1-25/+36
2011-04-29Use proto_tree_add_item() when it saves us from having to retrieve the valuemorriss1-50/+35
2011-04-29If we're in a message return (UDTS or XUDTS), set pinfo->in_error_pkt to helpmorriss1-115/+118
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
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