aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-maccontrol.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-08-05MAC CTRL: fix dissection of PAUSE framePascal Quantin1-23/+38
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-1/+1
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-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-5/+5
2014-09-19Add editor modelines; Adjust indentation as needed.Bill Meier1-6/+19
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-4/+4
2014-07-18Add some expert info to the MAC Control dissectorMichael Mann1-5/+35
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-2/+1
2014-04-16Added David Miller and Philip Rosenberg-Watt to file info.Philip Rosenberg-Watt1-0/+3
2014-04-16Fix packet-maccontrol.c:147: warning: format not a string literal and noAndersBroman1-4/+2
2014-04-16Add missing MPCP messages as per IEEE 802.3 StandardPhilip Rosenberg-Watt1-26/+134
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-09-05Add filterable expert info to dissect_802_3() and clean up the shrapnel.Michael Mann1-1/+0
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-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-05-23Use the 'proto_tree *' (not the 'proto_item *') for a proto_tree_add_item(): ...Bill Meier1-2/+2
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.Chris Maynard1-19/+19
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-25Add dissection of Class Based Flow Control Pause frames.Bill Meier1-20/+159
2009-10-31The first field of a MAC Control frame isn't the "pause" field, it's theGuy Harris1-33/+38
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
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2004-08-13From Giles Scott: Ethernet MAC Control Frame support.Guy Harris1-0/+105