aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sua.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-30Make it possible to add a subdissector for the info string.etxrab1-34/+46
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-18/+18
2011-09-26Make buildbots happy by adding back closing brace.cmaynard1-1/+2
2011-09-26Get rid of check_col() and use ENC.etxrab1-11/+9
2011-05-12Wrap assoc_tree within #if 0 ... #endif. Fixes Coverity CID 1049.cmaynard1-1/+3
2011-02-18Try to fix more Clang scan-build warnings.gerald1-3/+3
2011-02-17Fixed no_sua_assoc init.stig1-1/+2
2011-02-17- Introduce association tracking(might not work well with multihoming).etxrab1-304/+510
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). Thesemorriss1-2/+2
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string maymorriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-06-04Use a gboolean to store a boolean and change the plurality on the preference ...morriss1-2/+2
2010-06-04Add a preference that allows the user to decide if they want the source andmorriss1-17/+55
2010-06-03Set the (pinfo) address if a PC is present (for now: regardless of whether ro...morriss1-4/+29
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-96/+96
2010-05-13Create a new REP_NA value for fields where there are no representationsguy1-1/+1
2010-05-12Instead of using private #defines for the last argument toguy1-96/+95
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