aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vj.c
AgeCommit message (Expand)AuthorFilesLines
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