]> The Tcpdump Group git mirrors - tcpdump/commit
IPv6: refresh options decoding (GH #47 pt. 3)
authorDenis Ovsienko <[email protected]>
Sat, 4 Jan 2014 12:39:33 +0000 (16:39 +0400)
committerDenis Ovsienko <[email protected]>
Sat, 4 Jan 2014 12:39:33 +0000 (16:39 +0400)
commit3ea7a6988e7a038e1b0604a56c828b929c60d0d5
treed5959a70d085311c7ba2f02f0b60d657d288e741
parent8607eeea0ad33592bf73bb6de2fca160037166c6
IPv6: refresh options decoding (GH #47 pt. 3)

Brian Haley points that mobility (sub-)options decoded in
print-ip6opts.c are specific to draft-ietf-mobileip-ipv6 only. RFC3775
(and respectively RFC6275) uses different encoding and parameter space,
which print-mobility.c already handles.

Remove deprecated code and update some related macros.
ip6.h
print-ip6opts.c
print-mobility.c