https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7249
--- Comment #2 from Guy Harris <guy@xxxxxxxxxxxx> 2012-05-11 18:36:50 PDT ---
(In reply to comment #1)
> To the best of my knowledge it's just a super-oddly malformed packet.
Yes, it's from randpkt, which just fills packets with random data:
$ man randpkt
...
NAME
randpkt − Random Packet Generator
SYNOPSIS
randpkt [ −b <maxbytes> ] [ −c <count> ] [ −t <type> ] <filename>
DESCRIPTION
randpkt is a small utility that creates a libpcap trace file full of
random packets.
By creating many randomized packets of a certain type, you can test
packet sniffers to see how well they handle malformed packets. The
sniffer can never trust the data that it sees in the packet because you
can always sniff a very bad packet that conforms to no standard.
randpkt produces *very* *bad* packets.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.