aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipp.c
Commit message (Collapse)AuthorAgeFilesLines
* When we see a delimiter tag, if we've seen one before, we know how muchGuy Harris1999-09-171-16/+41
| | | | | | | | | | | data corresponds to the attribute sequence belonging to the previous delimiter tag, so set the length of the item for the previous delimiter tag. The "end of attributes" tag means "no more attributes after this, just data"; dissect any stuff following it as data. svn path=/trunk/; revision=686
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-0/+538
specified number of bytes of captured data in the frame at the specified offset, and a "IS_DATA_IN_FRAME()" macro, to test whether there are any bytes of captured data in the frame at the specified offset, and convert some bounds checks to use them. Add a dissector for the Internet Printing Protocol. svn path=/trunk/; revision=685