aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acn.h
AgeCommit message (Collapse)AuthorFilesLines
2006-12-12Remove svn:executable property from a few more .[hc] filesBill Meier1-0/+0
svn path=/trunk/; revision=20122
2006-11-21From Bill Florac:Anders Broman1-6/+0
Here is a patch for the ACN dissector. It fixes a bug in acn_add_expiry() and cleans up some cosmetic things. svn path=/trunk/; revision=19951
2006-11-07Bitfields are bad - the C language spec does *NOT* guarantee which bitsGuy Harris1-33/+11
will correspond to which bit fields. Don't use them. Use #defines rather than numbers in the appropriate places. Constify some arguments. Get rid of C++ comments. svn path=/trunk/; revision=19854
2006-11-06new acn dissector from Bill FloracRonnie Sahlberg1-0/+197
svn path=/trunk/; revision=19830