summaryrefslogtreecommitdiff
path: root/asn1/h225/packet-h225-template.h
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-02-01 12:12:35 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-02-01 12:12:35 +0000
commit197ceddab109a59288f0b0d868df2f5e6adb4da2 (patch)
tree6dc104c87f777e4ffe6cfba24b8c5ccca2dfcbe4 /asn1/h225/packet-h225-template.h
parentdb69eb8c13136402095a66f5069c32e3ab37520a (diff)
downloadwireshark-197ceddab109a59288f0b0d868df2f5e6adb4da2.tar.gz
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 svn path=/trunk/; revision=13225
Diffstat (limited to 'asn1/h225/packet-h225-template.h')
-rw-r--r--asn1/h225/packet-h225-template.h22
1 files changed, 16 insertions, 6 deletions
diff --git a/asn1/h225/packet-h225-template.h b/asn1/h225/packet-h225-template.h
index 604f550be7..69492a3538 100644
--- a/asn1/h225/packet-h225-template.h
+++ b/asn1/h225/packet-h225-template.h
@@ -33,12 +33,20 @@ typedef enum _h225_msg_type {
} h225_msg_type;
typedef enum _h225_cs_type {
- H225_SETUP,
- H225_CALL_PROCEDING,
- H225_ALERTING,
- H225_CONNECT,
- H225_RELEASE_COMPLET,
- H225_OTHER
+ H225_SETUP,
+ H225_CALL_PROCEDING,
+ H225_CONNECT,
+ H225_ALERTING,
+ H225_INFORMATION,
+ H225_RELEASE_COMPLET,
+ H225_FACILITY,
+ H225_PROGRESS,
+ H225_EMPTY,
+ H225_STATUS,
+ H225_STATUS_INQUIRY,
+ H225_SETUP_ACK,
+ H225_NOTIFY,
+ H225_OTHER
} h225_cs_type;
typedef struct _h225_packet_info {
@@ -54,8 +62,10 @@ typedef struct _h225_packet_info {
/* added for h225 conversations analysis */
gboolean is_faststart; /* true, if faststart field is included */
gboolean is_h245;
+ gboolean is_h245Tunneling;
guint32 h245_address;
guint16 h245_port;
+ gchar frame_label[50]; /* the Fram label used by graph_analysis, what is a abreviation of cinfo */
} h225_packet_info;
/*