improving dissector_fuzz
[netsniff-ng.git] / src / protos.h
blobcf8a9ac4c67ca43fac60aa31985f5cc586b99638
1 /*
2 * netsniff-ng - the packet sniffing beast
3 * By Daniel Borkmann <daniel@netsniff-ng.org>
4 * Copyright 2009, 2010 Daniel Borkmann.
5 * Subject to the GPL, version 2.
6 */
8 #ifndef PROTOS_H
9 #define PROTOS_H
11 #include "proto_arp.h"
12 #include "proto_ethernet.h"
13 #include "proto_vlan.h"
14 #include "proto_ipv4.h"
15 #include "proto_ipv6.h"
16 #include "proto_none.h"
17 #include "proto_igmp.h"
18 #include "proto_ipv6_routing.h"
19 #include "proto_ipv6_no_nxt_hdr.h"
21 #endif /* PROTOS_H */