X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/acf0eadae8553fff8b8962e3166d8c08af8de3b9..043784b064d03ab8223f4c02fc0ba5f9dffecabd:/openflow.h diff --git a/openflow.h b/openflow.h index 07ba685e..d330f1ec 100644 --- a/openflow.h +++ b/openflow.h @@ -27,10 +27,14 @@ /* OpenFlow: protocol between controller and datapath. */ +/* for netdissect_options */ +#include "netdissect.h" + #define OF_HEADER_LEN 8 /* * Routines to print packets for various versions of OpenFlow. */ -extern const u_char *of10_header_body_print(const u_char *, const u_char *, +extern const u_char *of10_header_body_print(netdissect_options *ndo, + const u_char *, const u_char *, const uint8_t, const uint16_t, const uint32_t);