aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vntag.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-2/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-22Reenable ieee 802.3 encapsulation and small cleanups/updatesJoerg Mayer1-25/+35
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-05-20Improve VN-Tag dissector.Michael Mann1-16/+50
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-20Convert ethertype() function into a pure dissector. Bug 9454 (https://bugs.w...Michael Mann1-2/+17
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-17#include <epan/prefs.h> not req'd.Bill Meier1-2/+1
2012-07-23Initial version of VNTAG dissector (bug #7496)Jakub Zawadzki1-0/+131