Fix a small bug in h245.cnf.
authorlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 17 Jan 2005 23:42:22 +0000 (23:42 +0000)
committerlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 17 Jan 2005 23:42:22 +0000 (23:42 +0000)
All h.323 related statistics should work now in the same way as they did before the h323 dissectors were generated.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13105 f5534014-38df-0310-8fa8-9805f1628bb7

asn1/h245/h245.cnf
epan/dissectors/packet-h245.c

index f0216d3cd3935adb481fcb681e26a12dee37541e..ab312da281029930c86cf6408c126f1ae5cf6852 100644 (file)
@@ -179,9 +179,9 @@ OpenLogicalChannel
   h245_pi.msg_type = H245_TermCapSetRjc;
 #.END
 #----------------------------------------------------------------------------------------
-#.FN_FTR H245_MastSlvDetRls
+#.FN_FTR MasterSlaveDeterminationRelease
 
-  h245_pi.msg_type = H245_TermCapSetRjc;
+  h245_pi.msg_type = H245_MastSlvDetRls;
 #.END
 #----------------------------------------------------------------------------------------
 #.FN_FTR TerminalCapabilitySet
index 398ed96d15778a805a50862b4568841bdcf4d3c7..bfa1d1045ccb428eb348933a63d512e0508fadb3 100644 (file)
@@ -1,6 +1,6 @@
 /* Do not modify this file.                                                   */
 /* It is created automatically by the ASN.1 to Ethereal dissector compiler    */
-/* .\packet-h245.c                                                            */
+/* ./packet-h245.c                                                            */
 /* ../../tools/asn2eth.py -X -e -p h245 -c h245.cnf -s packet-h245-template h245.asn */
 
 /* Input file: packet-h245-template.c */
@@ -14966,6 +14966,8 @@ dissect_h245_MasterSlaveDeterminationRelease(tvbuff_t *tvb, int offset, packet_i
   offset = dissect_per_sequence(tvb, offset, pinfo, tree, hf_index,
                                 ett_h245_MasterSlaveDeterminationRelease, MasterSlaveDeterminationRelease_sequence);
 
+
+  h245_pi.msg_type = H245_MastSlvDetRls;
   return offset;
 }
 static int dissect_masterSlaveDeterminationRelease(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree) {