aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ans.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-13/+11
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-1/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2009-10-04Don't clear and append string to column. Just add it (which will clear the co...krj1-22/+21
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+153