]> The Tcpdump Group git mirrors - tcpdump/commit
Fix mixing recursive and flat Path Data
authorJamal Hadi Salim <[email protected]>
Tue, 25 Jan 2011 13:16:15 +0000 (08:16 -0500)
committerMichael Richardson <[email protected]>
Wed, 26 Jan 2011 00:57:55 +0000 (19:57 -0500)
commita9de1ae94e9812fc3403fbe6f307e43787ce1535
treea78a216717e1644c340eab59de7a31f37e667650
parent375352c72b7c958e520a49dd5a58eb19877e833b
Fix mixing recursive and flat Path Data

 +--PD
 .  +--PD
 .  |
 .  |
 .  +--PD
 .
 .
 +--PD
 |
 |
 +--PD

or
 +--PD
 .  +--PD
 .     +
 .     |
 .     +--PD
 .         +
 .         |
 .         +-- PD
 .         +
 .         |
 .         +-- PD
 +--PD
 |
 |
 +--PD

etc

Signed-off-by: Jamal Hadi Salim <[email protected]>
Signed-off-by: Michael Richardson <[email protected]>
print-forces.c