aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tr.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();wmeier1-6/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-14/+13
2009-02-02Clean up some comments.guy1-6/+4
2008-11-22From Peter (bug 2942):stig1-1/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-7/+14
2007-04-25The data field of an address structure is a void *, so we can't look atguy1-4/+4
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-16done:jmayer1-0/+2
2005-08-18replace sprintf with ememified g_snprintfsahlberg1-3/+6
2005-08-05More char -> const char warning fixesjmayer1-1/+1
2005-01-01Get rid of some warnings about variables whose values might be lost in aguy1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
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/+749