aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-11-01 21:09:28 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-11-01 21:09:28 +0000
commitc5ff846c22c7db302f23e5c81146fffb6053a077 (patch)
treed4cc8b778bf333557cb74c36471b959b274b0002 /epan/dissectors/packet-h248.h
parente91462a7d8e0a9c08f335f94c5d3397d5f9b0724 (diff)
- add a counter for pending messages
- do not use a value string for context ids - remove the plugin registration as it is not supposedd to be a plugin svn path=/trunk/; revision=16375
Diffstat (limited to 'epan/dissectors/packet-h248.h')
-rw-r--r--epan/dissectors/packet-h248.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h248.h b/epan/dissectors/packet-h248.h
index 614130510d..89249df0cd 100644
--- a/epan/dissectors/packet-h248.h
+++ b/epan/dissectors/packet-h248.h
@@ -83,6 +83,7 @@ struct _h248_cmd_info_t {
guint request_frame;
guint response_frame;
+ guint pendings;
gboolean choose_ctx;
guint error_code;