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