aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-maccontrol.c
AgeCommit message (Expand)AuthorFilesLines
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