aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v4.c
diff options
context:
space:
mode:
authorAndersBroman <a.broman@bredband.net>2014-05-04 21:20:54 +0200
committerAnders Broman <a.broman58@gmail.com>2014-05-04 19:23:05 +0000
commit1d1730fc5625ae9c945a43e5909ebb18193ffb42 (patch)
tree3090c3aeab281f3ce8f8623735527ed319e57dd5 /epan/dissectors/packet-openflow_v4.c
parente7a51d75ee5c986f66f3b2b01c98692a092c8017 (diff)
Update some soft-deprecated APIs.
Change-Id: I0e255e72dd4cd9a94a4f92af409c4b34c0a266ed Reviewed-on: https://code.wireshark.org/review/1491 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-openflow_v4.c')
-rw-r--r--epan/dissectors/packet-openflow_v4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-openflow_v4.c b/epan/dissectors/packet-openflow_v4.c
index 387b2adb0a..da70562c42 100644
--- a/epan/dissectors/packet-openflow_v4.c
+++ b/epan/dissectors/packet-openflow_v4.c
@@ -4688,7 +4688,7 @@ dissect_openflow_v4(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *d
break;
}
- return tvb_length(tvb);
+ return tvb_reported_length(tvb);
}
/*