aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clip.c
Commit message (Expand)AuthorAgeFilesLines
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+3
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-5/+5
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-5/+13
* replaced pinfo->current with pinfo->current_protoOlivier Abad2000-05-251-2/+2
* Set pinfo->current_protoGilbert Ramirez2000-05-251-1/+3
* Convert dissect_clip() to use tvbuffs. Very trivial change.Gilbert Ramirez2000-05-251-15/+19
* Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",Guy Harris2000-05-191-1/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-3/+3
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+2
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-3/+3
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-2/+14
* In the summary display for CLIP frames, make the protocol CLIP (whichGuy Harris1999-08-241-2/+2
* Patches from Thierry Andry to support Classical IP captures from systemsGuy Harris1999-07-281-0/+77