aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sua.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss1-2/+2
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string mayJeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-06-04Use a gboolean to store a boolean and change the plurality on the preference ...Jeff Morriss1-2/+2
2010-06-04Add a preference that allows the user to decide if they want the source andJeff Morriss1-17/+55
2010-06-03Set the (pinfo) address if a PC is present (for now: regardless of whether ro...Jeff Morriss1-4/+29
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-96/+96
2010-05-13Create a new REP_NA value for fields where there are no representationsGuy Harris1-1/+1
2010-05-12Instead of using private #defines for the last argument toGuy Harris1-96/+95
2010-01-15Show spare bits in decimal, not as booleans.Jeff Morriss1-2/+2
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-7/+7
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-99/+99
2009-06-02Decode SCCP cause values in SUA (using value_strings exported from the SCCPJeff Morriss1-8/+40
2009-04-07Use some default true_false_string's.Bill Meier1-9/+4
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-4/+4
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-09-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2848 :Jeff Morriss1-3/+32
2008-09-17A couple of trivial indentation fixesJeff Morriss1-3/+3
2008-09-15Put Data dissection (if no subdissector is found) on the toplevel tree instea...Jeff Morriss1-20/+20
2007-03-27remove debugging printouts.Luis Ontanon1-15/+1
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...Luis Ontanon1-5/+37
2007-03-22Mine:Luis Ontanon1-4/+43
2006-10-19Register the dissector.Michael Tüxen1-0/+1
2006-06-29Add a heuristic table to SUA (SUA and SCCP should share the same table) to he...Anders Broman1-0/+7
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman1-4/+5
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-03-18From Jeff Morris: Display PC structured.Michael Tüxen1-2/+6
2005-03-18From Jeff Morris: display protocol class at parameter level.Michael Tüxen1-3/+4
2004-12-27Again, some warnings removed.Ulf Lamping1-2/+2
2004-09-29- Added support for version 08 of the ID (expired).Michael Tüxen1-231/+489
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1763