aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdt.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-77/+77
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-5/+5
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-07-181-18/+0
* Don't assign to a proto_item* that is not used before being overwritten.Martin Mathieson2011-04-111-1/+1
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss2010-09-231-9/+9
* Remove a few more calls to check_col()Martin Mathieson2010-09-151-24/+9
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...Bill Meier2010-01-221-30/+30
* From Jakub Zawadzki:Anders Broman2009-10-251-2/+1
* Don't guard col_append_str with check_colKovarththanan Rajaratnam2009-09-241-36/+9
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-4/+1
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-4/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-62/+62
* Fix for bug 2902:Jaap Keuter2009-01-081-14/+14
* Fix typos and spelling (mostly in text strings) Bill Meier2008-12-171-1/+1
* Small revisions related to proto_reg_handoff ....Bill Meier2008-09-121-12/+9
* Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke2008-03-011-2/+2
* Fix some fussy warnings seen on the Ubuntu buildbot logsMartin Mathieson2006-08-011-2/+2
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* get rid of a strcpyRonnie Sahlberg2005-10-271-1/+2
* From Martin MathiesonAnders Broman2005-09-011-26/+44
* gmemchunk -> se_alloc() improvementsRonnie Sahlberg2005-08-121-22/+3
* More char -> const char warning fixesJörg Mayer2005-08-051-1/+1
* Squelch various signed vs. unsigned warnings by:Guy Harris2005-07-091-2/+2
* From Martin MathiesonAnders Broman2005-05-271-65/+719
* From Martin Mathieson:Anders Broman2005-05-161-150/+1286
* Martin Mathieson: Add information sourcesJörg Mayer2005-03-061-0/+4
* modify eol-style propertyLuis Ontanon2005-02-201-2/+2
* From Martin MathielsonLuis Ontanon2005-02-191-0/+494