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

Wireshark-dev: Re: [Wireshark-dev] complie fail on WinXP 32bit

From: Bill Meier <wmeier@xxxxxxxxxxx>
Date: Sun, 22 Mar 2009 18:48:30 -0400
Andreas Heise wrote:
Hi Bill,
thanks for your reply, if I called directly from cygwin bash it's OK... $ bash -o igncr
$ grep '^register_tap_listener_[a-z_0-9A-Z]* *(' \tap-rtp.c 2>/dev/null | \
 > grep -v ';' | \
 > sed -e 's/(.*//'
register_tap_listener_rtp_streams
$
any other idea? Seems to be a problem of variables $... ?!

I'm not sure what you mean by "a problem of variables $... ".

Is there something that leads you to that ?

In any case, continuing the debugging, maybe some information as to the issue can be gotten by trying (from the dos command line):

bash -o igncr make-tapreg-dotc xyz.c . tap-rtp.c

and then checking the contents of xyz.c

This runs the complete script which creates the tshark-tap-register.c file (but just for 1 input file and with a different output file).