aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vlan.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-20Mike Hall:Jörg Mayer1-0/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-05-05Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> pJörg Mayer1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+165