aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tr.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Fix const warnings.Jakub Zawadzki1-4/+4
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-12emem -> wmemJörg Mayer1-4/+4
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-2/+1
2013-03-19From beroset:Anders Broman1-5/+5
2012-12-02Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). TheyJeff Morriss1-2/+2
2012-10-22Comment more cases where static allocation is used with SET_ADDRESS.Jakub Zawadzki1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-6/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
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