aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/h248/packet-h248-template.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-06-23 17:15:34 +0200
committerAnders Broman <a.broman58@gmail.com>2016-06-26 05:59:21 +0000
commit581d44f4ad84e6147ce60b8a8536fb17512a423d (patch)
tree7874900a55d34b273746c622431281fffb9313cd /epan/dissectors/asn1/h248/packet-h248-template.h
parentb47aca5fd1782cea68b2cba54263a75b5a3007e8 (diff)
h248: rename shadow variable.
Change-Id: I98545776127a0cc3b5d9c44bb625a217672b4443 Reviewed-on: https://code.wireshark.org/review/16099 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1/h248/packet-h248-template.h')
-rw-r--r--epan/dissectors/asn1/h248/packet-h248-template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/h248/packet-h248-template.h b/epan/dissectors/asn1/h248/packet-h248-template.h
index 80af626e31..e6e15da0d8 100644
--- a/epan/dissectors/asn1/h248/packet-h248-template.h
+++ b/epan/dissectors/asn1/h248/packet-h248-template.h
@@ -95,7 +95,7 @@ typedef struct _gcp_msg_t {
guint32 lo_addr;
guint32 hi_addr;
guint32 framenum;
- nstime_t time;
+ nstime_t frametime;
struct _gcp_trx_msg_t* trxs;
gboolean committed;
} gcp_msg_t;