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