aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.c
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-null.c
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-null.c')
-rw-r--r--packet-null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-null.c b/packet-null.c
index aa163a9dba..654eb72d2f 100644
--- a/packet-null.c
+++ b/packet-null.c
@@ -1,7 +1,7 @@
/* packet-null.c
* Routines for null packet disassembly
*
- * $Id: packet-null.c,v 1.42 2001/03/30 06:10:54 guy Exp $
+ * $Id: packet-null.c,v 1.43 2001/03/30 06:15:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -170,7 +170,7 @@ capture_null( const u_char *pd, packet_counts *ld )
/*
* Hand it to PPP.
*/
- capture_ppp(pd, 0, ld);
+ capture_ppp_hdlc(pd, 0, ld);
} else {
/*
* Treat it as a normal DLT_NULL header.