aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aruba-adp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-1/+1
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.etxrab1-10/+8
2011-02-16Use tvb_ether_to_str()morriss1-4/+4
2011-01-16Use tvb_ip_to_str().morriss1-11/+11
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2008-12-15Removed duplicate "Aruba" in the adp protocol name.stig1-1/+1
2008-08-14Use const with value_string array definitionswmeier1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-2/+2
2005-04-01Give it an RCS ID.guy1-0/+2
2005-04-01From Giles Scottsahlberg1-0/+160