aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jmirror.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-31Verify bytes exist before doing heuristics check;Bill Meier1-6/+6
Registering the dissector publicly doesn't seem to be needed; Fix a typo in a comment and also some indentation. svn path=/trunk/; revision=30784
2009-10-31Remove incorrect comment which refered to a non existant header fileKovarththanan Rajaratnam1-8/+7
svn path=/trunk/; revision=30781
2009-10-31Populate protocol column before digging into the buffer (we might throw an ↵Kovarththanan Rajaratnam1-3/+3
exception while doing that) svn path=/trunk/; revision=30780
2009-10-31Make jmirror handle staticKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30779
2009-10-31From Wayne Brassem:Jaap Keuter1-0/+225
I have built and tested a new Wireshark dissector which decodes a mirrored packet that has an additional prepended UDP header attached to it. The packet format was designed by Juniper Networks. svn path=/trunk/; revision=30777