]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
NDOize AHCP, OTV and VXLAN decoders
[tcpdump] / netdissect.h
index 25618c7a480fdc9fe38708a45b0467a54907dc65..c0bca50488386d03822f19f4551b982ba0fc1d2b 100644 (file)
@@ -384,6 +384,9 @@ extern u_int ap1394_if_print(netdissect_options *, const struct pcap_pkthdr *, c
 extern u_int bt_if_print(netdissect_options *, const struct pcap_pkthdr *, const u_char *);
 extern void lane_print(netdissect_options *, const u_char *, u_int, u_int);
 extern u_int lane_if_print(netdissect_options *, const struct pcap_pkthdr *, const u_char *);
+extern void otv_print(netdissect_options *, const u_char *, u_int);
+extern void ahcp_print(netdissect_options *, const u_char *, const u_int);
+extern void vxlan_print(netdissect_options *, const u_char *, u_int);
 
 /* stuff that has not yet been rototiled */
 extern const u_char * ns_nprint (register const u_char *, register const u_char *);