aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdt.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-26/+26
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-26/+26
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-09-15emem -> wmemMartin Kaiser1-3/+3
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-19From beroset:Anders Broman1-5/+5
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-8/+8
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-4/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-77/+77
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-18/+0
2011-04-11Don't assign to a proto_item* that is not used before being overwritten.Martin Mathieson1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-9/+9
2010-09-15Remove a few more calls to check_col()Martin Mathieson1-24/+9
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...Bill Meier1-30/+30
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+1
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-36/+9
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-62/+62
2009-01-08Fix for bug 2902:Jaap Keuter1-14/+14
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-09-12Small revisions related to proto_reg_handoff ....Bill Meier1-12/+9
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-2/+2
2006-08-01Fix some fussy warnings seen on the Ubuntu buildbot logsMartin Mathieson1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-10-27get rid of a strcpyRonnie Sahlberg1-1/+2
2005-09-01From Martin MathiesonAnders Broman1-26/+44
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-22/+3
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-2/+2
2005-05-27From Martin MathiesonAnders Broman1-65/+719
2005-05-16From Martin Mathieson:Anders Broman1-150/+1286
2005-03-06Martin Mathieson: Add information sourcesJörg Mayer1-0/+4
2005-02-20modify eol-style propertyLuis Ontanon1-2/+2
2005-02-19From Martin MathielsonLuis Ontanon1-0/+494