]> The Tcpdump Group git mirrors - tcpdump/commit
Fix indent space when we have padded data
authorJamal Hadi Salim <[email protected]>
Tue, 25 Jan 2011 13:16:16 +0000 (08:16 -0500)
committerMichael Richardson <[email protected]>
Wed, 26 Jan 2011 00:56:52 +0000 (19:56 -0500)
commit375352c72b7c958e520a49dd5a58eb19877e833b
treeb09a34d0d2aa13387ccab57ac7a28cde960334c5
parent7254c152b316bd9f0d88b9522eaa2c2405821a76
Fix indent space when we have padded data

See if you can spot the difference between

    Pathdata: Flags 0x0 ID count 1
      ID#01: 3
     FULLDATA TLV (Length 10 DataLen 6 pad 2 Bytes)
       [
       0x0000:  0002 0406 080a 0000
       ]

and:
    Pathdata: Flags 0x0 ID count 1
      ID#01: 3
      FULLDATA TLV (Length 10 DataLen 6 pad 2 Bytes)
       [
       0x0000:  0002 0406 080a 0000
       ]

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