aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-19 21:14:49 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-19 21:14:49 +0000
commit3624071a7987d35d2fc80e8b56122df0b913574e (patch)
treef0190badc5de82e19f5f2cc644d1709724806240 /packet-ppp.h
parentb2e832d9cacca07096a6c8f00d6667373a7bdf49 (diff)
Van Jacobson decompression support for PPP, from Irfan Khan.
svn path=/trunk/; revision=4427
Diffstat (limited to 'packet-ppp.h')
-rw-r--r--packet-ppp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-ppp.h b/packet-ppp.h
index 49126f1704..a0451e8b08 100644
--- a/packet-ppp.h
+++ b/packet-ppp.h
@@ -1,6 +1,6 @@
/* packet-ppp.h
*
- * $Id: packet-ppp.h,v 1.8 2001/11/20 21:59:13 guy Exp $
+ * $Id: packet-ppp.h,v 1.9 2001/12/19 21:14:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -24,6 +24,9 @@
#ifndef __PACKET_PPP_H__
#define __PACKET_PPP_H__
+/* PPP options */
+extern gboolean ppp_vj_decomp;/* FALSE = No VJ header decompression,
+ TRUE = Decompress VJ */
void capture_ppp_hdlc(const u_char *, int, int, packet_counts *);
#endif