aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee8021ah.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-27Fix some proto_tree_add_item() encoding args;wmeier1-4/+4
2011-09-23Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector i...etxrab1-0/+1
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 933;wmeier1-4/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-11-10Resolve bug #2254: Migrate the 802.1q VLAN dissector into the Ethernet II.sfisher1-1/+0
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-27/+27
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-08-06Register ett[] subtree array only once.wmeier1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-5/+5
2009-03-08Indicate hexadecimal preferences.stig1-2/+2
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-09-23Minor revision related to proto_reg_handoff ...wmeier1-3/+1
2008-09-03Cleanup related to prefs & proto_reg_handoffwmeier1-2/+2
2007-08-17Added support for 802.1ad and 802.1ah ethernet framesashokn1-0/+455