From c5bd0062b3e6b6456512d223b84e8e82aa6aa1c9 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 27 Jan 2016 11:46:57 +0100 Subject: 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 --- proto_vlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto_vlan.c') diff --git a/proto_vlan.c b/proto_vlan.c index c1b3e65..ebdf281 100644 --- a/proto_vlan.c +++ b/proto_vlan.c @@ -10,7 +10,7 @@ #include /* for ntohs() */ #include "proto.h" -#include "proto_vlan.h" +#include "vlan.h" #include "dissector_eth.h" #include "pkt_buff.h" -- cgit v1.2.3-54-g00ecf