aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vssmonitoring.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-10Clean up indentation.Guy Harris1-4/+22
Do more length checks, so we reject trailers that have nothing to dissect. Test for the trailer length being >= 8, rather than for having the 0x08 bit set (they amount to the same thing, as the trailer length is <= 14, and >= 8 is what we really want if we're checking whether there's a timestamp). svn path=/trunk/; revision=40142
2011-12-07Fix [-Wunused-but-set-variable] GCC warnings;Bill Meier1-19/+18
Remove some trailing blanks; #include <stdio.h> not needed. svn path=/trunk/; revision=40113
2011-12-06Make windows buildbots happy... Sake Blok1-2/+2
svn path=/trunk/; revision=40109
2011-12-06- Make a distinction between ethernet padding and an ethernet trailerSake Blok1-0/+216
- ... and make that distinction configurable for capture files that do not have padding in small frames, but do have trailers - Add VSS-Monitoring dissector to show by the TAP inserted time- and portstamps svn path=/trunk/; revision=40108