aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lanforge.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-6/+0
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-10-14Try to pptimize heuristics slightly.Anders Broman1-4/+6
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-3/+1
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
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-10/+10
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.Chris Maynard1-12/+12
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-03-28From Ben Greear: Update to the LANforge dissector to handle newer protocol fo...Bill Meier1-142/+166
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-10-05Minor cleanup related to proto_register and/or proto_reg_handoffBill Meier1-1/+1
2008-09-30From Ben Greear:Anders Broman1-0/+275