aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acap.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-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.etxrab1-11/+9
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-26/+26
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-03-18Get rid of some P64 warnings; those lengths should never be > 2^31-1.guy1-2/+2
2008-05-09Fix some of the Errors/warnings detected by checkapi.etxrab1-9/+11
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+193