Ethereal-dev: [Ethereal-dev] Re: How to display Octet String in ASN1 encoded packets

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

From: "Wei Li (Michael)" <mich@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 6 May 2004 11:13:50 -0500
Ronnie, thanks for your info.
 
I was trying to invoke the dissect_ber_octet_string ( ) method, but I got the following compilation errors even though there is no problem with the number and type of arguments. Any clue what it is? Thanks!
 
../packet-xxx.c:6148: warning: passing arg 1 of `dissect_ber_octet_string' makes integer from pointer without a cast
../packet-xxx.c:6148: warning: passing arg 2 of `dissect_ber_octet_string' from incompatible pointer type
../packet-xxx.c:6148: warning: passing arg 3 of `dissect_ber_octet_string' from incompatible pointer type
../packet-xxx.c:6148: warning: passing arg 4 of `dissect_ber_octet_string' makes pointer from integer without a cast
../packet-xxx.c:6148: warning: passing arg 6 of `dissect_ber_octet_string' makes integer from pointer without a cast
../packet-xxx.c:6148: too few arguments to function `dissect_ber_octet_string'