aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dua.c
AgeCommit message (Expand)AuthorFilesLines
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-1/+1
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-29/+29
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-30/+28
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-30/+30
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-3/+3
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :Jeff Morriss1-2/+2
2007-08-17Add a rudimentarry DPNSS dissector - work in progress.Anders Broman1-0/+7
2007-05-01Make these protocols findable by name.Martin Mathieson1-0/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
2005-04-28Add support for DUA dissection. Now all SIGTRAN protocols are supported...Michael Tüxen1-0/+766