On Saturday 21 September 2013 17:05:07 Marco Dalla Torre wrote:
Fixes the erratic report of TCP payload length in 'batctl tcpdump'. Previously TCP header length size was considered fixed, while this is actually not the case given the variable length (or no presence at all) of the options field.
Signed-off-by: Marco Dalla Torre marco.dallato@gmail.com
tcpdump.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
Applied in revision e374a3f.
Thanks, Marek