aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bofl.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-01Make the dissector static - it's not called from outside packet-bofl.cGuy Harris1-19/+24
Let the tvbuff mechanism check the length of the packet - don't check it ourselves. Put each field into the protocol tree and the Info column separately, so that we at least get a partial dissection - I've seen some packets that look like breath-of-life packets but that have only the PDU field. Show the PDU field with all 8 hex digits, and show the sequence number as an unsigned quantity, in the Info column. Show the padding size based on the actual length of the frame, not on the amount of the frame that was captured. svn path=/trunk/; revision=7238
2003-02-28Add comment about Packetformat (including URL).Jörg Mayer1-9/+18
Remove unused includes. svn path=/trunk/; revision=7215
2003-02-27From Akira Endoh: Wellfleet Breath of Life support.Guy Harris1-0/+126
svn path=/trunk/; revision=7210