aboutsummaryrefslogtreecommitdiff
path: root/lib/packets.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-04-05 10:24:56 -0700
committerBen Pfaff <blp@nicira.com>2012-04-18 20:28:40 -0700
commit7393104d1a31b5b256e491ec689cc7358f101280 (patch)
treea78bf7ee5c63349a93dec42319a1b8ef3d048061 /lib/packets.h
parentb99d3ceeedd2c5533c13f9794616fc6d9c49c0de (diff)
dpif: Include TCP flags in "ovs-dpctl dump-flows" output.
Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/packets.h')
-rw-r--r--lib/packets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/packets.h b/lib/packets.h
index 34a8b4ea..dc71b053 100644
--- a/lib/packets.h
+++ b/lib/packets.h
@@ -470,5 +470,6 @@ void packet_set_tcp_port(struct ofpbuf *, ovs_be16 src, ovs_be16 dst);
void packet_set_udp_port(struct ofpbuf *, ovs_be16 src, ovs_be16 dst);
uint8_t packet_get_tcp_flags(const struct ofpbuf *, const struct flow *);
+void packet_format_tcp_flags(struct ds *, uint8_t);
#endif /* packets.h */