aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-30 06:15:47 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-30 06:15:47 +0000
commita65579287dfd4aa701d3cc8086639cef429f7484 (patch)
treed59471ef573cc87cea5c3cdabd05d7678aa34fce /packet-ppp.h
parent949888c04a7a85b847da144d14bf51eedb5bad94 (diff)
Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) the
"ppp_hdlc" capture routine. svn path=/trunk/; revision=3209
Diffstat (limited to 'packet-ppp.h')
-rw-r--r--packet-ppp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ppp.h b/packet-ppp.h
index d8c2e86e0d..653a4465c0 100644
--- a/packet-ppp.h
+++ b/packet-ppp.h
@@ -1,6 +1,6 @@
/* packet-ppp.h
*
- * $Id: packet-ppp.h,v 1.6 2000/11/29 05:16:15 gram Exp $
+ * $Id: packet-ppp.h,v 1.7 2001/03/30 06:15:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -25,6 +25,6 @@
#ifndef __PACKET_PPP_H__
#define __PACKET_PPP_H__
-void capture_ppp(const u_char *, int, packet_counts *);
+void capture_ppp_hdlc(const u_char *, int, packet_counts *);
#endif