aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lwres.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-07White space cleanupJeff Morriss1-64/+64
svn path=/trunk/; revision=34402
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
svn path=/trunk/; revision=32367
2010-01-14Fix several buffer overflows found by babi babi. Replace a lot of manualGerald Combs1-284/+82
fetching and displaying with proto_tree_add_item(). Use get_dns_name() instead of lwres_get_dns_name(), which fixes a separate issue. svn path=/trunk/; revision=31524
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-03-29More size_t casts.Anders Broman1-2/+2
svn path=/trunk/; revision=27888
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-0/+1510
svn path=/trunk/; revision=27501