aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pflog.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-07-17The pflog spec appears to have some host-endian field values. Since we don't...Michael Mann1-4/+17
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-32/+15
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+5
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-6/+3
2013-05-27Batch of filterable expert infosMichael Mann1-1/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-08-05Make buildbot OSX-10.5-x86 happy:Jörg Mayer1-2/+2
2011-08-05Update pflog dissector via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Alexis La Goutte1-147/+300
2011-06-17pflog: use BSD_AF_ defines from <epan/aftypes.h>.Jakub Zawadzki1-6/+7
2011-05-20Don't assign to a proto_item* if the value won't be used:Bill Meier1-6/+6
2011-02-23From Alexis La Goutte:Anders Broman1-1/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-21From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2007-03-22Sebastien Tandel:Jörg Mayer1-77/+0
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-2/+2
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-2/+2
2004-12-31Don't assign const pointers to non-const pointers, especially if theGuy Harris1-2/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+475