aboutsummaryrefslogtreecommitdiffstats
path: root/README.aix
diff options
context:
space:
mode:
authorPeter PalĂșch <Peter.Paluch@fri.uniza.sk>2014-06-01 19:29:24 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-06-02 18:32:59 +0000
commit75e53a165c1167607f49962919df2e946e6476cf (patch)
tree648954eab1115521ed2ab3ffef6dc9503af62e99 /README.aix
parent13513a187b6c43095087d826e5fd967274e27e4a (diff)
EIGRP Sequence TLV Dissector Patch
In the EIGRP packet dissector, the dissector routine for the Sequence TLV dissected the TLV only up to the first address in the list. However, the Sequence TLV contains a variably sized list of addresses. This patch modifies the routine so that it processes the entire TLV, not just the first address in the contained list. Also, in the dissect_eigrp(), replaced calls to tvb_new_subset() with the reported length set to -1 with the call to tvb_new_subset_length(). TLVs always carry information about their length. And this time, correct truly ALL calls in the switch{} section. Sample packet capture is available in BugZilla. Bug: 10156 Change-Id: Idaaf182c05bcf799f770f23a2ce2b1e05a3d569a Reviewed-on: https://code.wireshark.org/review/1911 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'README.aix')
0 files changed, 0 insertions, 0 deletions