aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vj.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,Guy Harris2004-02-251-3/+2
* From Jesper Peterson:Guy Harris2003-08-261-1/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-21/+21
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-16/+12
* The mysterious two bytes were just the FCS. Use the length field fromGuy Harris2002-07-151-2/+12
* Make the reported length of the VJ-uncompressed tvbuff the reportedGuy Harris2002-07-141-2/+2
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-3/+3
* Dissect the headers of VJ compressed packets even if decompression isGuy Harris2002-05-221-29/+33
* Maintain separate "discard compressed frames" state per connection.Guy Harris2002-05-221-222/+198
* Don't include the FCS in the tvbuff handed to "dissect_ppp_common()", soGuy Harris2002-05-201-254/+508
* Set the Info column for compressed and uncompressed TCP.Guy Harris2002-05-181-2/+14
* From Joerg Mayer: get rid of some unused variables and arguments.Guy Harris2002-04-141-8/+3
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-53/+25
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* From Irfan Khan: don't use bitfields.Guy Harris2002-01-101-47/+26
* Again, leave the SET_ADDRESS() stuff for IP to the IP dissector.Guy Harris2001-12-201-17/+1
* Make the object attached to a frame for VJ decompression be a structureGuy Harris2001-12-191-32/+39
* Van Jacobson decompression support for PPP, from Irfan Khan.Guy Harris2001-12-191-0/+711