[tcpdump-workers] [PATCH 3/4] Use proper type (16bit) when extracting path id count

2011-01-25 Thread Jamal Hadi Salim
Signed-off-by: Jamal Hadi Salim --- forces.h |2 +- print-forces.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/forces.h b/forces.h index b9cf072..ed497d4 100644 --- a/forces.h +++ b/forces.h @@ -585,7 +585,7 @@ int pkeyitlv_print(register const u_char

[tcpdump-workers] [PATCH 1/4] Fix mixing recursive and flat Path Data

2011-01-25 Thread Jamal Hadi Salim
+--PD . +--PD . | . | . +--PD . . +--PD | | +--PD or +--PD . +--PD . + . | . +--PD . + . | . +-- PD . + . | . +-- PD +--PD | | +--PD etc Signed-off-by: Jamal Hadi Salim --- print-forces.c | 18

[tcpdump-workers] [PATCH 2/4] Fix indent space when we have padded data

2011-01-25 Thread Jamal Hadi Salim
pad 2 Bytes) [ 0x: 0002 0406 080a ] Signed-off-by: Jamal Hadi Salim --- print-forces.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/print-forces.c b/print-forces.c index 9833892..4bb8278 100644 --- a/print-forces.c +++ b/print-forces.c

[tcpdump-workers] [PATCH 0/4] ForCES fixes

2011-01-25 Thread Jamal Hadi Salim
These set of patches address a recursive path data which encapsulates a flat data path Jamal Hadi Salim (4): Fix mixing recursive and flat Path Data Fix indent space when we have padded data Use proper type (16bit) when extracting path id count Add test pcap and output for nested and

Re: [tcpdump-workers] [PATCH 2/4] Fix indent space when we have padded data

2011-01-25 Thread Jamal Hadi Salim
On Tue, Jan 25, 2011 at 8:02 PM, Michael Richardson wrote: > Thank you kindly for including test cases with your patches. I should have mentioned that i tested the other two ForCES tests already there and they are unaffected by this change. cheers, jamal - This is the tcpdump-workers list. Visi

Re: [tcpdump-workers] [PATCH 2/4] Fix indent space when we have padded data

2011-01-25 Thread Jamal Hadi Salim
Michael, I just updated from the tcpdump tree and i see it somehow going in as 1/4. So it is there, commit: 375352c72b7c958e520a49dd5a58eb19877e833b Thanks for applying the patches. cheers, jamal On Tue, Jan 25, 2011 at 8:02 PM, Michael Richardson wrote: > > Jamal, all of the patches applied,