aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dua.c
Commit message (Expand)AuthorAgeFilesLines
* Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier2012-10-111-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* Minor: reformatting, unneeded #includes, whitespace cleanup;Bill Meier2012-04-261-63/+216
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-2/+2
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-5/+5
* 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-1/+1
* Refer to the endianness arguments as "encoding" rather thanGuy Harris2010-05-241-29/+29
* 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-30/+28
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-1/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-30/+30
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-181-3/+3
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1
* Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier2008-09-301-1/+1
* #include <prefs.h> not req'dBill Meier2008-08-251-1/+0
* From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :Jeff Morriss2008-03-151-2/+2
* Add a rudimentarry DPNSS dissector - work in progress.Anders Broman2007-08-171-0/+7
* Make these protocols findable by name.Martin Mathieson2007-05-011-0/+3
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* Some warning fixes for "no previous declaration"Jörg Mayer2005-08-021-1/+1
* Add support for DUA dissection. Now all SIGTRAN protocols are supported...Michael Tüxen2005-04-281-0/+766