summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-rsvp.h
diff options
context:
space:
mode:
authorAshok Narayanan <ashokn@cisco.com>2006-11-13 17:30:38 +0000
committerAshok Narayanan <ashokn@cisco.com>2006-11-13 17:30:38 +0000
commit06d1297a6bcd058e9759869d17c649373c3d0b21 (patch)
treefa1bf550e89f574a272600ac46321e289d5b6f6e /epan/dissectors/packet-rsvp.h
parent300053d80070e2c88e5acf84bfc2bd4356855fd5 (diff)
downloadwireshark-06d1297a6bcd058e9759869d17c649373c3d0b21.tar.gz
Add support for IPv4-Aggregate session/template/filter types.
svn path=/trunk/; revision=19884
Diffstat (limited to 'epan/dissectors/packet-rsvp.h')
-rw-r--r--epan/dissectors/packet-rsvp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rsvp.h b/epan/dissectors/packet-rsvp.h
index ddaf4c3436..8b49266138 100644
--- a/epan/dissectors/packet-rsvp.h
+++ b/epan/dissectors/packet-rsvp.h
@@ -35,6 +35,7 @@ typedef struct rsvp_conversation_info
guint16 udp_dest_port;
guint8 protocol;
guint32 ext_tunnel_id;
+ guint8 dscp;
} rsvp_conversation_info;
extern const value_string gmpls_switching_type_str[];