aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-02-03 21:51:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-02-03 21:51:35 +0000
commit72468bb0e5660867873a2febbeca74da83696d3d (patch)
treef9d72f9a7be3d94de52b9aadf939bdfbdcfbc440 /epan/dissectors/packet-isup.h
parent4d97ad9eb18d6556f7e78b81ac6ee3edbc29b2aa (diff)
From Francisco Alcoba:
Patch for graphing ISUP calls. It shows the type of message, in the first one the calling and called numbers, and in the second the SPs and CIC; in releases it shows the cause value. svn path=/trunk/; revision=13263
Diffstat (limited to 'epan/dissectors/packet-isup.h')
-rw-r--r--epan/dissectors/packet-isup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-isup.h b/epan/dissectors/packet-isup.h
index edae5fb6c0..5c04e29e9f 100644
--- a/epan/dissectors/packet-isup.h
+++ b/epan/dissectors/packet-isup.h
@@ -31,6 +31,7 @@ typedef struct _isup_tap_rec_t {
/* added for VoIP calls analysis, see gtk/voip_calls.c*/
gchar *called_number;
gchar *calling_number;
+ guint8 cause_value;
} isup_tap_rec_t;