summaryrefslogtreecommitdiff
path: root/openflow.h
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2014-03-17 19:17:57 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2014-03-17 19:18:47 +0400
commit5663cdab5ec8730ade9938c1ace64a4859d9ef7b (patch)
treeac7f9778113a528ed1336f916538c7c4e908247b /openflow.h
parentae2020e84203389ef8c06a00543304b7414e0018 (diff)
downloadtcpdump-5663cdab5ec8730ade9938c1ace64a4859d9ef7b.tar.gz
NDOize OpenFlow, IEEE slow and telnet decoders
Diffstat (limited to 'openflow.h')
-rw-r--r--openflow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openflow.h b/openflow.h
index 07ba685e..fbd42ebd 100644
--- a/openflow.h
+++ b/openflow.h
@@ -32,5 +32,6 @@
/*
* 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);