aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vj.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-26From Jesper Peterson:Guy Harris1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-21/+21
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-16/+12
2002-07-15The mysterious two bytes were just the FCS. Use the length field fromGuy Harris1-2/+12
2002-07-14Make the reported length of the VJ-uncompressed tvbuff the reportedGuy Harris1-2/+2
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-3/+3
2002-05-22Dissect the headers of VJ compressed packets even if decompression isGuy Harris1-29/+33
2002-05-22Maintain separate "discard compressed frames" state per connection.Guy Harris1-222/+198
2002-05-20Don't include the FCS in the tvbuff handed to "dissect_ppp_common()", soGuy Harris1-254/+508
2002-05-18Set the Info column for compressed and uncompressed TCP.Guy Harris1-2/+14
2002-04-14From Joerg Mayer: get rid of some unused variables and arguments.Guy Harris1-8/+3
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-53/+25
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-10From Irfan Khan: don't use bitfields.Guy Harris1-47/+26
2001-12-20Again, leave the SET_ADDRESS() stuff for IP to the IP dissector.Guy Harris1-17/+1
2001-12-19Make the object attached to a frame for VJ decompression be a structureGuy Harris1-32/+39
2001-12-19Van Jacobson decompression support for PPP, from Irfan Khan.Guy Harris1-0/+711