aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vlan.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-10Resolve bug #2254: Migrate the 802.1q VLAN dissector into the Ethernet II.Stephen Fisher1-219/+0
2010-10-11Fix an error in a comment I added last week.Jeff Morriss1-1/+1
2010-10-08Remove check_col()Jeff Morriss1-8/+4
2010-10-08Don't use a TRY/CATCH block just to ignore any exceptions thrown byJeff Morriss1-8/+5
2010-04-05From David Aggeler:Anders Broman1-1/+1
2010-01-02Oops. Capitalize the D in 802.1D.Stephen Fisher1-2/+2
2010-01-02Add descriptions to the priority and CFI fields in 802.1q VLAN packets.Stephen Fisher1-2/+22
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-3/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-1/+1
2008-11-22From Peter (bug 2942):Stig Bjørlykke1-1/+2
2008-09-30Minor cleanup related to proto_register, proto_reg_handoffBill Meier1-3/+3
2007-12-11From Jim Young:Jaap Keuter1-12/+25
2006-12-11From Thomas Sillaber:Stephen Fisher1-0/+3
2006-10-12Add 802.1QinQ Ethertype preference.Jaap Keuter1-4/+30