Re: [tcpdump-workers] new print-tcp.c 1.127 in CVS puts NUL character

2007-04-03 Thread Guy Harris
Alexander Dupuy wrote: The fix is easy: Checked in. - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

[tcpdump-workers] new print-tcp.c 1.127 in CVS puts NUL character in options

2007-04-03 Thread Alexander Dupuy
There's a minor bug in the tcp_print() function introduced in Hannes' rewrite in version 1.127 of print-tcp.c. A NUL ('\0') character is printed after the open bracket '[' and before other options. If you're just printing to a TTY, you probably won't see the NUL, but it's definitely there, e.