aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lanforge.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update FSF address - part II.darkjames1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-10/+10
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.cmaynard1-12/+12
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
2010-03-28From Ben Greear: Update to the LANforge dissector to handle newer protocol fo...wmeier1-142/+166
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-1/+0
2008-10-05Minor cleanup related to proto_register and/or proto_reg_handoffwmeier1-1/+1
2008-09-30From Ben Greear:etxrab1-0/+275