aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acap.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-26/+26
svn path=/trunk/; revision=32735
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32410
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
svn path=/trunk/; revision=32367
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-03-18Get rid of some P64 warnings; those lengths should never be > 2^31-1.Guy Harris1-2/+2
svn path=/trunk/; revision=27782
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-9/+11
svn path=/trunk/; revision=25264
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+193
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410