diff options
author | Campus <campus@ntop.org> | 2015-10-16 19:28:53 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2015-10-16 19:28:53 +0200 |
commit | 7242b08609bf8a962afe560014bcdeb3f4939608 (patch) | |
tree | 817db418c69fa7f88718c8b061c4e20c2980740c /example/ndpiReader.c | |
parent | ee0954c8cb848f5b4387916fd6e9b9b11d96734a (diff) |
deleted useless header
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index a47bf6f7f..b07dbf469 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -1563,9 +1563,6 @@ static void pcap_packet_callback(u_char *args, /* Data frame */ const struct ndpi_wifi_data_frame *wifi_data; - /* MPLS header */ - const struct ndpi_mplshdr * mphls; - /** --- IP header --- **/ struct ndpi_iphdr *iph; /** --- IPv6 header --- **/ |