aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sua.c
Commit message (Expand)AuthorAgeFilesLines
* Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier2012-10-111-2/+2
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Add data parameter to dissector_try_heuristicJakub Zawadzki2012-09-111-1/+1
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-18/+18
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* Fix Coverity CID 1369: UNUSED_VALUE by deleting duplicate and unecessary line...Chris Maynard2012-01-201-13/+11
* Introduce a dissector table to be used for proprietary tags.Anders Broman2012-01-131-4/+22
* Make it possible to add a subdissector for the info string.Anders Broman2011-11-301-34/+46
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-2/+2
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-1/+1
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-18/+18
* Make buildbots happy by adding back closing brace.Chris Maynard2011-09-261-1/+2
* Get rid of check_col() and use ENC.Anders Broman2011-09-261-11/+9
* Wrap assoc_tree within #if 0 ... #endif. Fixes Coverity CID 1049.Chris Maynard2011-05-121-1/+3
* Try to fix more Clang scan-build warnings.Gerald Combs2011-02-181-3/+3
* Fixed no_sua_assoc init.Stig Bjørlykke2011-02-171-1/+2
* - Introduce association tracking(might not work well with multihoming).Anders Broman2011-02-171-304/+510
* Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss2011-01-131-2/+2
* Don't pass the result of tvb_get_ptr() into a %s format string: the string mayJeff Morriss2011-01-051-2/+2
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-4/+4
* Use a gboolean to store a boolean and change the plurality on the preference ...Jeff Morriss2010-06-041-2/+2
* Add a preference that allows the user to decide if they want the source andJeff Morriss2010-06-041-17/+55
* Set the (pinfo) address if a PC is present (for now: regardless of whether ro...Jeff Morriss2010-06-031-4/+29
* Refer to the endianness arguments as "encoding" rather thanGuy Harris2010-05-241-96/+96
* Create a new REP_NA value for fields where there are no representationsGuy Harris2010-05-131-1/+1
* Instead of using private #defines for the last argument toGuy Harris2010-05-121-96/+95
* Show spare bits in decimal, not as booleans.Jeff Morriss2010-01-151-2/+2
* offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam2009-09-101-1/+1
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-7/+7
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-99/+99
* Decode SCCP cause values in SUA (using value_strings exported from the SCCPJeff Morriss2009-06-021-8/+40
* Use some default true_false_string's.Bill Meier2009-04-071-9/+4
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-201-4/+4
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-181-1/+1
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-171-1/+1
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-2/+2
* Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier2008-09-301-1/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2848 :Jeff Morriss2008-09-241-3/+32
* A couple of trivial indentation fixesJeff Morriss2008-09-171-3/+3
* Put Data dissection (if no subdissector is found) on the toplevel tree instea...Jeff Morriss2008-09-151-20/+20
* remove debugging printouts.Luis Ontanon2007-03-271-15/+1
* Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...Luis Ontanon2007-03-271-5/+37
* Mine:Luis Ontanon2007-03-221-4/+43
* Register the dissector.Michael Tüxen2006-10-191-0/+1
* Add a heuristic table to SUA (SUA and SCCP should share the same table) to he...Anders Broman2006-06-291-0/+7
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-4/+4
* Bill Meier:Jörg Mayer2006-01-051-1/+1
* Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman2005-12-161-4/+5
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1