aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/ncp2222.py
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-02-09 23:38:00 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-02-09 23:38:00 +0000
commitec9ca01616d179043c0e84d5e5799cfec8ad63ba (patch)
tree6b8d6526fe00a336c75b9118009deb4c690984ad /epan/dissectors/ncp2222.py
parent125bb2d27803ba28210643ff404072ab0af31f33 (diff)
Move the following files from /trunk to /trunk/epan:
asn1.[ch] follow.[ch] ptvcursor.[ch] reassemble.[ch] xmlstub.[ch] fix #include statements accordingly. svn path=/trunk/; revision=13366
Diffstat (limited to 'epan/dissectors/ncp2222.py')
-rwxr-xr-xepan/dissectors/ncp2222.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/ncp2222.py b/epan/dissectors/ncp2222.py
index b341510745..5e156ccf62 100755
--- a/epan/dissectors/ncp2222.py
+++ b/epan/dissectors/ncp2222.py
@@ -5559,7 +5559,7 @@ def produce_code():
#include <glib.h>
#include <epan/packet.h>
#include <epan/conversation.h>
-#include "ptvcursor.h"
+#include <epan/ptvcursor.h>
#include "packet-ncp-int.h"
#include "packet-ncp-nmas.h"
#include <epan/strutil.h>