aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lwres.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-22/+22
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-922/+924
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure themorriss1-121/+53
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-10-07White space cleanupmorriss1-64/+64
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-14Fix several buffer overflows found by babi babi. Replace a lot of manualgerald1-284/+82
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-6/+6
2009-03-29More size_t casts.etxrab1-2/+2
2009-02-22Incorporate plugin dissector into build in collection.jake1-0/+1510