aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pflog.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-3/+3
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-08-05Make buildbot OSX-10.5-x86 happy:jmayer1-2/+2
2011-08-05Update pflog dissector via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...alagoutte1-147/+300
2011-06-17pflog: use BSD_AF_ defines from <epan/aftypes.h>.darkjames1-6/+7
2011-05-20Don't assign to a proto_item* if the value won't be used:wmeier1-6/+6
2011-02-23From Alexis La Goutte:etxrab1-1/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-06-21From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2007-03-22Sebastien Tandel:jmayer1-77/+0
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-08various code cleanup:ulfl1-2/+2
2005-08-02Fix more "no previous declaration" warningsjmayer1-2/+2
2004-12-31Don't assign const pointers to non-const pointers, especially if theguy1-2/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+475