aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee8021ah.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+2
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-3/+2
2015-12-14Create capture dissector tables.Michael Mann1-11/+15
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-2/+2
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-15/+10
2015-10-25There's no need for all these variables to be volatile.Jeff Morriss1-16/+16
2015-10-24802.1ah: call subdissectors even when we have no tree.Jeff Morriss1-8/+6
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-11/+4
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-10/+4
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-219/+235
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-1/+3
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-9/+27
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-05Add filterable expert info to dissect_802_3() and clean up the shrapnel.Michael Mann1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-6/+0
2013-01-31Comment out 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-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-27Fix some proto_tree_add_item() encoding args;Bill Meier1-4/+4
2011-09-23Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector i...Anders Broman1-0/+1
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 933;Bill Meier1-4/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-11-10Resolve bug #2254: Migrate the 802.1q VLAN dissector into the Ethernet II.Stephen Fisher1-1/+0
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-27/+27
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-06Register ett[] subtree array only once.Bill Meier1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-5/+5
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-2/+2
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-09-23Minor revision related to proto_reg_handoff ...Bill Meier1-3/+1
2008-09-03Cleanup related to prefs & proto_reg_handoffBill Meier1-2/+2
2007-08-17Added support for 802.1ad and 802.1ah ethernet framesAshok Narayanan1-0/+455