aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clip.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-6/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-9/+9
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+7
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-3/+3
* Explain what the LLC header vs. no LLC header stuff in the ATM on LinuxGuy Harris2001-09-231-4/+17
* 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