dissectors: Include protos.h in some dissectors for protocol ops declaration
commit9e031cbba84383c1948abdfe141cd7ecc1ab37f9
authorTobias Klauser <tklauser@distanz.ch>
Fri, 15 Aug 2014 14:19:33 +0000 (15 16:19 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 15 Aug 2014 14:19:33 +0000 (15 16:19 +0200)
treecf1ff031331f15315e7bd44a68583cda5a2cc94d
parente1b4e7c88fdd8dbb64dae7b9a14d2c13e3751015
dissectors: Include protos.h in some dissectors for protocol ops declaration

Fixes sparse warnings like the following in some dissectors:

proto_arp.c:158:17: warning: symbol 'arp_ops' was not declared. Should it be static?

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
proto_arp.c
proto_icmpv4.c
proto_icmpv6.c
proto_igmp.c
proto_ip_esp.c
proto_nlmsg.c
proto_none.c
proto_tcp.c
proto_udp.c