ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 1977] New: airpdcap.c: In function `parse_key_string'

Date: Thu, 8 Nov 2007 22:41:05 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1977

           Summary: airpdcap.c: In function `parse_key_string'
           Product: Wireshark
           Version: 0.99.5
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: gagan.82@xxxxxxxxxxx
                CC: gagan.82@xxxxxxxxxxx


Build Information:
trying to install wireshark-0.99.5 and got the following errors.
I am using CentOS:
2.4.21-47.0.1.ELsmp #1 SMP Thu Oct 19 10:34:18 EDT 2006 x86_64 x86_64 x86_64
GNU/Linux
command:
./configure --disable-gtk2 --enable-wireshark=no --enable-tshark=yes
make (that's when I got the errors.)

--
wireshark-0.99.5]# make
/usr/bin/perl ./make-version.pl .
Version configuration file version.conf not found.  Using defaults.
This is not a SVN build.
svnversion.h is up-to-date.
make  all-recursive
make[1]: Entering directory `/root/wireshark-0.99.5'
Making all in tools
make[2]: Entering directory `/root/wireshark-0.99.5/tools'
Making all in lemon
make[3]: Entering directory `/root/wireshark-0.99.5/tools/lemon'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/wireshark-0.99.5/tools/lemon'
make[3]: Entering directory `/root/wireshark-0.99.5/tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/wireshark-0.99.5/tools'
make[2]: Leaving directory `/root/wireshark-0.99.5/tools'
Making all in wiretap
make[2]: Entering directory `/root/wireshark-0.99.5/wiretap'
make  all-am
make[3]: Entering directory `/root/wireshark-0.99.5/wiretap'
make[3]: Leaving directory `/root/wireshark-0.99.5/wiretap'
make[2]: Leaving directory `/root/wireshark-0.99.5/wiretap'
Making all in doc
make[2]: Entering directory `/root/wireshark-0.99.5/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/wireshark-0.99.5/doc'
Making all in epan
make[2]: Entering directory `/root/wireshark-0.99.5/epan'
Making all in crypt
make[3]: Entering directory `/root/wireshark-0.99.5/epan/crypt'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../.. -I../..  -I/usr/local/include -I/usr/local/include/pcap
-I/usr/kerberos/include  -DINET6 -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib64/glib/include -I/usr/X11R6/include
-I/usr/local/include/pcap -I/usr/kerberos/include -MT airpdcap.lo -MD -MP -MF
".deps/airpdcap.Tpo" -c -o airpdcap.lo airpdcap.c; \
then mv -f ".deps/airpdcap.Tpo" ".deps/airpdcap.Plo"; else rm -f
".deps/airpdcap.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/local/include
-I/usr/local/include/pcap -I/usr/kerberos/include -DINET6
"-D_U_=__attribute__((unused))" -Wall -Wpointer-arith -W -g -O2
-I/usr/local/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib64/glib/include -I/usr/X11R6/include -I/usr/local/include/pcap
-I/usr/kerberos/include -MT airpdcap.lo -MD -MP -MF .deps/airpdcap.Tpo -c
airpdcap.c  -fPIC -DPIC -o .libs/airpdcap.o
In file included from airpdcap_system.h:39,
                 from airpdcap.c:39:
airpdcap_interop.h:89: conflicting types for `size_t'
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h:213: previous
declaration of `size_t'
airpdcap.c: In function `parse_key_string':
airpdcap.c:1434: warning: comparison between signed and unsigned
airpdcap.c:1514: warning: comparison between signed and unsigned
airpdcap.c:1558: warning: comparison between signed and unsigned
/usr/include/bits/string2.h: At top level:
airpdcap.c:1152: warning: `AirPDcapFreeSa' defined but not used
make[3]: *** [airpdcap.lo] Error 1
make[3]: Leaving directory `/root/wireshark-0.99.5/epan/crypt'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/wireshark-0.99.5/epan'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/wireshark-0.99.5'
make: *** [all] Error 2


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.