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

2007-09-13 Thread Guy Harris
On Aug 14, 2007, at 11:21 AM, Chris Larson wrote: 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- dat

[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