aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-04-13 18:14:25 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-04-13 18:14:25 +0000
commit4dd4f565ced334cf72655303d05d4d1934979d21 (patch)
treeccd525b2cb914d2e43779930a7bbfc63598c2bd9 /epan/dissectors/packet-diameter.h
parentd457cf380f4efda4876cbbc45dd4e27ff4cb537d (diff)
From Abhik Sarkar:
Diameter SRT stats - split by command https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3403 svn path=/trunk/; revision=28039
Diffstat (limited to 'epan/dissectors/packet-diameter.h')
-rw-r--r--epan/dissectors/packet-diameter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-diameter.h b/epan/dissectors/packet-diameter.h
index 503cde660c..cecba8b4cd 100644
--- a/epan/dissectors/packet-diameter.h
+++ b/epan/dissectors/packet-diameter.h
@@ -26,9 +26,10 @@
/* Request-Answer Pair */
typedef struct _diameter_req_ans_pair_t
{
- guint32 hop_by_hop_id;
- guint32 cmd_code;
+ guint32 hop_by_hop_id;
+ guint32 cmd_code;
guint32 result_code;
+ const char* cmd_str;
guint32 req_frame; /* frame number in which request was seen */
guint32 ans_frame; /* frame number in which answer was seen */
nstime_t req_time;