aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-08SCCP: add a preference to display the raw SCCP payload as hexHarald Welte1-0/+7
2012-02-08Heuristic standard detection:morriss1-0/+12
2012-02-03Create a list of MTP Service Indicator macros and use them.morriss1-3/+1
2012-02-03Finish the heuristic standard detection logic by adding support (untested)morriss1-32/+60
2012-02-03Improve heuristic standard detection:morriss1-476/+570
2012-02-01Fix warning: pci set but not used warningjmayer1-3/+3
2012-01-31Let's make all offsets within the packet guints. (In most of the API,guy1-6/+7
2012-01-31Heuristic standard tuning:morriss1-29/+97
2012-01-31Use PINFO_FD_NUM and PINFO_FD_VISITEDmorriss1-14/+13
2012-01-31Improve heuristic standard detection:morriss1-25/+98
2012-01-30Heuristic standard tuning:morriss1-30/+50
2012-01-30Reformat a section.etxrab1-213/+204
2012-01-30Try to determine MTP3 Standard heuristically, original codeetxrab1-8/+173
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