ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] ITU/ANSI TCAP dissector

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 9 Sep 2003 12:04:06 -0700

On Sep 9, 2003, at 8:45 AM, Michael Lum wrote:

I have attached a modified version of Samuel Qu's ITU TCAP dissector.

Some compiler warnings:

packet-tcap.c: In function `dissect_tcap_opr_code':
packet-tcap.c:500: warning: control reaches end of non-void function
packet-tcap.c: In function `dissect_tcap_problem':
packet-tcap.c:678: warning: `return' with no value, in function returning non-void
packet-tcap.c:755: warning: control reaches end of non-void function
packet-tcap.c: In function `dissect_ansi_opr_code':
packet-tcap.c:788: warning: control reaches end of non-void function
packet-tcap.c: In function `dissect_ansi_problem':
packet-tcap.c:812: warning: `return' with no value, in function returning non-void packet-tcap.c:836: warning: `return' with no value, in function returning non-void
packet-tcap.c:931: warning: control reaches end of non-void function
packet-tcap.c: In function `dissect_ansi_error':
packet-tcap.c:959: warning: `return' with no value, in function returning non-void
packet-tcap.c:981: warning: control reaches end of non-void function
packet-tcap.c: In function `dissect_ansi_param':
packet-tcap.c:1014: warning: control reaches end of non-void function
packet-tcap.c: In function `dissect_ansi_tcap_reject':
packet-tcap.c:1037: warning: control reaches end of non-void function
packet-tcap.c: In function `dissect_ansi_tcap_re':
packet-tcap.c:1060: warning: control reaches end of non-void function
packet-tcap.c: In function `dissect_ansi_tcap_rr':
packet-tcap.c:1081: warning: control reaches end of non-void function
packet-tcap.c: In function `dissect_ansi_tcap_invoke':
packet-tcap.c:1109: warning: control reaches end of non-void function
packet-tcap.c: In function `dissect_tcap_invoke':
packet-tcap.c:1148: warning: control reaches end of non-void function
packet-tcap.c: In function `dissect_tcap_rr':
packet-tcap.c:1192: warning: control reaches end of non-void function
packet-tcap.c: In function `dissect_tcap_reject':
packet-tcap.c:1289: warning: control reaches end of non-void function
/usr/local/include/glib-1.2/glib.h: At top level:
packet-tcap.c:190: warning: `cmp_type_strings' defined but not used