aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ip.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-05 10:35:39 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-05 10:35:39 +0000
commit3f4d248357639d40ef15754f1f63dc6f88ec1dfb (patch)
treedb89999516db0b6ea545083beb8db059c8456d81 /epan/dissectors/packet-ip.h
parent60c4bd3eebb684a30dc976922130851c6a8d41b5 (diff)
Use common code to have the same hf field for DSCP in IPv4 and IPv6.
svn path=/trunk/; revision=41953
Diffstat (limited to 'epan/dissectors/packet-ip.h')
-rw-r--r--epan/dissectors/packet-ip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ip.h b/epan/dissectors/packet-ip.h
index ba62f67a8c..cf0ae409da 100644
--- a/epan/dissectors/packet-ip.h
+++ b/epan/dissectors/packet-ip.h
@@ -47,5 +47,6 @@ guint16 ip_checksum(const guint8 *ptr, int len);
WS_VAR_IMPORT const value_string dscp_vals[];
proto_item *add_ip_version_to_tree(proto_tree *tree, tvbuff_t *tvb, int offset);
+proto_item *add_ip_dscp_to_tree(proto_tree *tree, tvbuff_t *tvb, int offset);
#endif