aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tr.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
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-14/+13
2009-02-02Clean up some comments.Guy Harris1-6/+4
2008-11-22From Peter (bug 2942):Stig Bjørlykke1-1/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-7/+14
2007-04-25The data field of an address structure is a void *, so we can't look atGuy Harris1-4/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-16done:Jörg Mayer1-0/+2
2005-08-18replace sprintf with ememified g_snprintfRonnie Sahlberg1-3/+6
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-01-01Get rid of some warnings about variables whose values might be lost in aGuy Harris1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
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/+749