diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-09-17 00:02:31 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-09-17 00:02:31 +0000 |
commit | b7b80d94bee66b7edbd606c5ce6afdeb009bd5b8 (patch) | |
tree | 56b81de26d3859239959edef327f0779f660c99b /epan/dissectors/packet-gre.c | |
parent | ef461aa94b31f7f10b710ecfbfcb4a375690c049 (diff) | |
download | wireshark-b7b80d94bee66b7edbd606c5ce6afdeb009bd5b8.tar.gz wireshark-b7b80d94bee66b7edbd606c5ce6afdeb009bd5b8.tar.bz2 wireshark-b7b80d94bee66b7edbd606c5ce6afdeb009bd5b8.zip |
Move a pile of protocol-related headers from the top-level source
directory to the epan directory. Some of them should perhaps ultimately
be moved to epan/dissectors, if they pertain only to stuff exported by a
particular dissector.
Fix Gerald's e-mail address in files we're moving.
svn path=/trunk/; revision=15844
Diffstat (limited to 'epan/dissectors/packet-gre.c')
-rw-r--r-- | epan/dissectors/packet-gre.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-gre.c b/epan/dissectors/packet-gre.c index 4e105cf337..13b6d984ab 100644 --- a/epan/dissectors/packet-gre.c +++ b/epan/dissectors/packet-gre.c @@ -31,10 +31,10 @@ #include <epan/packet.h> #include "packet-wccp.h" #include <epan/in_cksum.h> -#include "etypes.h" -#include "greproto.h" +#include <epan/etypes.h> +#include <epan/greproto.h> #include <epan/ipproto.h> -#include "llcsaps.h" +#include <epan/llcsaps.h> /* * See RFC 1701 "Generic Routing Encapsulation (GRE)", RFC 1702 |