From Wes Hardaker:
[obnox/wireshark/wip.git] / packet-vj.c
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-15 guyThe mysterious two bytes were just the FCS. Use the...
2002-07-14 guyMake the reported length of the VJ-uncompressed tvbuff...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-05-22 guyDissect the headers of VJ compressed packets even if...
2002-05-22 guyMaintain separate "discard compressed frames" state...
2002-05-20 guyDon't include the FCS in the tvbuff handed to "dissect_...
2002-05-18 guySet the Info column for compressed and uncompressed...
2002-04-14 guyFrom Joerg Mayer: get rid of some unused variables...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-10 guyFrom Irfan Khan: don't use bitfields.
2001-12-20 guyAgain, leave the SET_ADDRESS() stuff for IP to the...
2001-12-19 guyMake the object attached to a frame for VJ decompressio...
2001-12-19 guyVan Jacobson decompression support for PPP, from Irfan...