aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.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 /epan/dissectors/packet-h245.h
parentdb69eb8c13136402095a66f5069c32e3ab37520a (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 svn path=/trunk/; revision=13225
Diffstat (limited to 'epan/dissectors/packet-h245.h')
-rw-r--r--epan/dissectors/packet-h245.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h245.h b/epan/dissectors/packet-h245.h
index 71822bfedd..2c0d3633a2 100644
--- a/epan/dissectors/packet-h245.h
+++ b/epan/dissectors/packet-h245.h
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
-/* .\packet-h245.h */
+/* ./packet-h245.h */
/* ../../tools/asn2eth.py -X -e -p h245 -c h245.cnf -s packet-h245-template h245.asn */
/* Input file: packet-h245-template.h */
@@ -52,6 +52,8 @@ typedef enum _h245_msg_type {
typedef struct _h245_packet_info {
h245_msg_type msg_type; /* type of message */
+ gchar frame_label[50]; /* the Frame label used by graph_analysis, what is a abreviation of cinfo */
+ gchar comment[50]; /* the Frame Comment used by graph_analysis, what is a message desc */
} h245_packet_info;
@@ -65,6 +67,8 @@ int dissect_h245_OpenLogicalChannel(tvbuff_t *tvb, int offset, packet_info *pinf
/*--- End of included file: packet-h245-exp.h ---*/
+int dissect_h245_OpenLogicalChannelCodec(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index, char *codec_str);
+
#endif /* PACKET_H245_H */