aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-inap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-06-05 17:15:21 +0000
committerGuy Harris <guy@alum.mit.edu>2007-06-05 17:15:21 +0000
commit82fcefd134281093543c804db238170041cf5659 (patch)
tree553ffb37049eef21f93a696739dbcb89f139894d /epan/dissectors/packet-inap.c
parentbc4c034a33af8ca9f3d5ea5aa2ae13d062e230ec (diff)
Squelch some warnings - including some that appear legitimate; the name
of the function was missing from the call for monitorRouteRequest. It also appears that the wrong function was being called for monitorRouteReport. svn path=/trunk/; revision=22049
Diffstat (limited to 'epan/dissectors/packet-inap.c')
-rw-r--r--epan/dissectors/packet-inap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-inap.c b/epan/dissectors/packet-inap.c
index 17c7b1240e..d3252604a7 100644
--- a/epan/dissectors/packet-inap.c
+++ b/epan/dissectors/packet-inap.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
-/* .\packet-inap.c */
+/* ./packet-inap.c */
/* ../../tools/asn2wrs.py -b -X -e -p inap -c inap.cnf -s packet-inap-template ../ros/Remote-Operations-Information-Objects.asn IN-common-classes.asn IN-SSF-SCF-Classes.asn IN-SCF-SRF-Classes.asn inap.asn IN-object-identifiers.asn IN-common-datatypes.asn IN-SSF-SCF-datatypes.asn IN-SSF-SCF-ops-args.asn IN-SCF-SRF-datatypes.asn IN-SCF-SRF-ops-args.asn */
/* Input file: packet-inap-template.c */
@@ -8311,7 +8311,7 @@ static int dissect_invokeData(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_
case 98: /*requestReportUTSI*/
offset = dissect_inap_RequestReportUTSIArg(FALSE, tvb, offset, actx, tree, -1);
break;
- case 99: /* ReceivedInformation /*???????*/
+ case 99: /* ReceivedInformation - ???????*/
offset = dissect_inap_ReceivedInformationArg(FALSE, tvb, offset, actx, tree, -1);
break;
case 100: /*sendSTUI*/
@@ -8357,10 +8357,10 @@ static int dissect_invokeData(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_
offset = dissect_inap_CallFilteringArg(FALSE, tvb, offset, actx, tree, -1);
break;
case 146: /*monitorRouteRequest*/
- offset = (FALSE, tvb, offset, actx, tree, -1);
+ offset = dissect_inap_MonitorRouteRequestArg(FALSE, tvb, offset, actx, tree, -1);
break;
case 147: /*monitorRouteReport*/
- offset = dissect_inap_MonitorRouteRequestArg(FALSE, tvb, offset, actx, tree, -1);
+ offset = dissect_inap_MonitorRouteReportArg(FALSE, tvb, offset, actx, tree, -1);
break;
/*55 ActivityTest*/
default: