[tcpdump-workers] [PATCH] Fix last byte cutoff in printing sctp data byte with -vv

2007-08-18 Thread Chris Larson
Greetings, The following fixes a tiny bug in the sctp printing which cut off the last byte of the data in a DATA chunk. Seems like a copy/paste error, as just above this is a check of the chunk size, and sctp requires a data chunk to have at least -1- data byte. Thanks, -- Chris Larson - clarso

[tcpdump-workers] [PATCH] Fix last byte cutoff in printing sctp data byte with -vv

2007-08-18 Thread Chris Larson
Greetings, The following fixes a tiny bug in the sctp printing which cut off the last byte of the data in a DATA chunk. Seems like a copy/paste error, as just above this is a check of the chunk size, and sctp requires a data chunk to have at least -1- data byte. Thanks, -- Chris Larson - clarso

Re: [tcpdump-workers] libpcap: Memory-loeaks SIGSEGV

2007-08-18 Thread TJ
Guy: A quick thanks for setting me straight. My diagnistoc tool now runs perfectly on 64-bit. Thanks. TJ. On Sat, 2007-08-11 at 16:34 +0100, TJ wrote: > Guy, thanks so much for putting me straight! > I doubt we'll be able to test the revised code in the diagnosis app on > the 64-bit servers un

Re: [tcpdump-workers] libpcap: Memory-loeaks SIGSEGV

2007-08-18 Thread TJ
Guy, thanks so much for putting me straight! It looks like the coding examples I'd been using to put together this quick-n-dirty hack were flawed. I didn't have sufficient time to focus on it but I was sure I was confused on the pointer-to-pointers bit - for some reason when I'm tired I always get