diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2016-01-27 11:46:57 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-01-27 11:46:57 +0100 |
commit | c5bd0062b3e6b6456512d223b84e8e82aa6aa1c9 (patch) | |
tree | 42edbd6b4b5c35e4b94282c0b27331dd2315eb45 /dissector.h | |
parent | 56fd1dec9b72960a19d07b4b145b0811257359ab (diff) |
netsniff-ng: Rename proto_vlan.h to vlan.h
The proto_ prefix is reserved for dissectors and the header contains
helper functions not exclusive to the proto_vlan dissector, so give it a
more generic name.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'dissector.h')
-rw-r--r-- | dissector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dissector.h b/dissector.h index d8ad6ac..52f341b 100644 --- a/dissector.h +++ b/dissector.h @@ -17,7 +17,7 @@ #include "ring.h" #include "tprintf.h" #include "linktype.h" -#include "proto_vlan.h" +#include "vlan.h" #define PRINT_NORM 0 #define PRINT_LESS 1 |