aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.h
diff options
context:
space:
mode:
authorlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-01 12:12:35 +0000
committerlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-01 12:12:35 +0000
commit87e255a7eb531b6a40b4eed2da30b65261d581e2 (patch)
tree6dc104c87f777e4ffe6cfba24b8c5ccca2dfcbe4 /epan/dissectors/packet-isup.h
parent3ff1b4c6ee51e2b542849db779168ae7737f805f (diff)
From Alejandro Vaquero:
h323 taps support up to 5 messages per packet now. VoIP call analysis: - Collect ISUP, SIP and H323 calls from a capture and show them in window with the following info: - Start and Stop time of the call - Init git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13225 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-isup.h')
-rw-r--r--epan/dissectors/packet-isup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-isup.h b/epan/dissectors/packet-isup.h
index 450b325fcb..edae5fb6c0 100644
--- a/epan/dissectors/packet-isup.h
+++ b/epan/dissectors/packet-isup.h
@@ -28,6 +28,9 @@
typedef struct _isup_tap_rec_t {
guint8 message_type;
+ /* added for VoIP calls analysis, see gtk/voip_calls.c*/
+ gchar *called_number;
+ gchar *calling_number;
} isup_tap_rec_t;