diff options
author | Lars Roland <Lars.Roland@gmx.net> | 2005-02-09 23:38:00 +0000 |
---|---|---|
committer | Lars Roland <Lars.Roland@gmx.net> | 2005-02-09 23:38:00 +0000 |
commit | ec9ca01616d179043c0e84d5e5799cfec8ad63ba (patch) | |
tree | 6b8d6526fe00a336c75b9118009deb4c690984ad /epan/dissectors/packet-ip.c | |
parent | 125bb2d27803ba28210643ff404072ab0af31f33 (diff) | |
download | wireshark-ec9ca01616d179043c0e84d5e5799cfec8ad63ba.tar.gz wireshark-ec9ca01616d179043c0e84d5e5799cfec8ad63ba.tar.bz2 wireshark-ec9ca01616d179043c0e84d5e5799cfec8ad63ba.zip |
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/packet-ip.c')
-rw-r--r-- | epan/dissectors/packet-ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ip.c b/epan/dissectors/packet-ip.c index 646a822a9d..7e5f6e8a43 100644 --- a/epan/dissectors/packet-ip.c +++ b/epan/dissectors/packet-ip.c @@ -39,7 +39,7 @@ #include <epan/ipproto.h> #include "ip_opts.h" #include <epan/prefs.h> -#include "reassemble.h" +#include <epan/reassemble.h> #include "etypes.h" #include "greproto.h" #include "ppptypes.h" |