aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vlan.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-09Use `register_dissector()` for more protocolsDavid Perry1-1/+1
2021-12-08VLAN: Convert to old proto tree APIJoão Valverde1-93/+94
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2021-06-05VLAN: Increase permitted number of tags in a packetJohn Thacker1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-2/+3
2020-04-15epan: Add p_[gs]et_proto_depth.Gerald Combs1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2019-03-19vlan: Use proto_tree_add_bitmask_list() to add flags.Anders Broman1-9/+19
2018-03-06VLAN: define a recursion depth limitPascal Quantin1-2/+16
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-02-07GTK: Wrap static preference labels.Gerald Combs1-1/+1
2017-01-06VLAN: Support IEEE 802.1Q-2005 and -2011 changesJohn A. Thacker1-20/+174
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-3/+11
2016-05-16Use the new ETHERTYPE_QINQ_OLD #define.Guy Harris1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-18IEEE 802.1Q/VLAN: Resolve ID to a describing nameUli Heilmeier1-0/+15
2016-01-21Add VLAN ID to pinfoAndersBroman1-2/+7
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-4/+4
2015-12-17Capture dissectors must be registered only once at startupPascal Quantin1-1/+2
2015-12-14Create capture dissector tables.Michael Mann1-10/+10
2015-12-13Standardize the capture dissector function signature.Michael Mann1-4/+4
2015-12-13Create a way to register "capture" dissectors.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-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-3/+3
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines and adjust indentation 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-05-17Introduce col_add_lstr(), use it instead of slower col_add_fstr.Jakub Zawadzki1-3/+19
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-11- Forward declaration of register functions.Anders Broman1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+1
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-20Convert ethertype() function into a pure dissector. Bug 9454 (https://bugs.w...Michael Mann1-2/+12
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-08Convert: vlan, sll, rip to NEW_PROTO_TREE_APIJakub Zawadzki1-37/+57
2013-10-14Reverting as requested by Jakub, eventhoug I don't think this prticular entry...Anders Broman1-3/+0
2013-10-14 Adding to col info is probably useless as next dissector will overwrite it.Anders Broman1-0/+3
2013-09-05Add filterable expert info to dissect_802_3() and clean up the shrapnel.Michael Mann1-1/+10
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.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-3/+3
2011-09-23dissector_(add|delete) ==> dissector_(add|delete)_uint: fixes checkapi error.Bill Meier1-40/+40
2011-09-23Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector i...Anders Broman1-0/+219