aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sua.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-15Show spare bits in decimal, not as booleans.morriss1-2/+2
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...krj1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-7/+7
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-99/+99
2009-06-02Decode SCCP cause values in SUA (using value_strings exported from the SCCPmorriss1-8/+40
2009-04-07Use some default true_false_string's.wmeier1-9/+4
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-4/+4
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-09-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2848 :morriss1-3/+32
2008-09-17A couple of trivial indentation fixesmorriss1-3/+3
2008-09-15Put Data dissection (if no subdissector is found) on the toplevel tree instea...morriss1-20/+20
2007-03-27remove debugging printouts.lego1-15/+1
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...lego1-5/+37
2007-03-22Mine:lego1-4/+43
2006-10-19Register the dissector.tuexen1-0/+1
2006-06-29Add a heuristic table to SUA (SUA and SCCP should share the same table) to he...etxrab1-0/+7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-01-05Bill Meier:jmayer1-1/+1
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:setxrab1-4/+5
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-03-18From Jeff Morris: Display PC structured.tuexen1-2/+6
2005-03-18From Jeff Morris: display protocol class at parameter level.tuexen1-3/+4
2004-12-27Again, some warnings removed.ulfl1-2/+2
2004-09-29- Added support for version 08 of the ID (expired).tuexen1-231/+489
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1763