Do the "follow TCP stream" stuff before calling the subdissector, so
[obnox/wireshark/wip.git] / packet-pptp.c
index 6aff17465e8f016c4cc1e5a733ad97d59b70638a..7ec2a2266e6ab6a860639e38e71a3ca23fcbbc21 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for the Point-to-Point Tunnelling Protocol (PPTP) (RFC 2637)
  * Brad Robel-Forrest <brad.robel-forrest@watchguard.com>
  *
- * $Id: packet-pptp.c,v 1.22 2001/12/10 00:25:32 guy Exp $
+ * $Id: packet-pptp.c,v 1.23 2002/01/21 07:36:38 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -38,7 +38,7 @@
 #endif
 
 #include <glib.h>
-#include "packet.h"
+#include <epan/packet.h>
 
 static int proto_pptp = -1;
 static int hf_pptp_message_type = -1;