trafgen: Fix compiler warnings
[netsniff-ng.git] / protos.h
blob23bf744997c16a81f7747b25f5c6cae3648df18e
1 #ifndef PROTOS_H
2 #define PROTOS_H
4 struct protocol;
6 extern struct protocol arp_ops;
7 extern struct protocol ethernet_ops;
8 extern struct protocol icmpv4_ops;
9 extern struct protocol icmpv6_ops;
10 extern struct protocol igmp_ops;
11 extern struct protocol ip_auth_ops;
12 extern struct protocol ip_esp_ops;
13 extern struct protocol ipv4_ops;
14 extern struct protocol ipv6_ops;
15 extern struct protocol ipv6_dest_opts_ops;
16 extern struct protocol ipv6_fragm_ops;
17 extern struct protocol ipv6_hop_by_hop_ops;
18 extern struct protocol ipv6_in_ipv4_ops;
19 extern struct protocol ipv6_mobility_ops;
20 extern struct protocol ipv6_no_next_header_ops;
21 extern struct protocol ipv6_routing_ops;
22 extern struct protocol lldp_ops;
23 extern struct protocol none_ops;
24 extern struct protocol tcp_ops;
25 extern struct protocol udp_ops;
26 extern struct protocol vlan_ops;
27 extern struct protocol ieee80211_ops;
28 extern struct protocol QinQ_ops;
29 extern struct protocol mpls_uc_ops;
31 #endif /* PROTOS_H */