Wireshark-bugs: [Wireshark-bugs] [Bug 11022] NTP decoding has dups, misses authentication

Date: Sat, 03 Oct 2015 02:52:36 +0000

changed bug 11022


What Removed Added
Priority High Low
Status UNCONFIRMED CONFIRMED
CC   [email protected]
Hardware x86 All
Ever confirmed   1
OS Fedora All
Severity Major Normal

Comment # 2 on bug 11022 from
(In reply to tlhackque from comment #0)
> 1) In the Data section, we see the data replicated, although it's only in
> the packet data once.  Both request & reply.  Here's the reply:
>    clk_wander_threshold=0.100\r\n
>      clk_wander_threshold=0.100\r\n
>        clk_wander_threshold
>        =
>        0.100
>          0.100
>            0.100
> 

This seems to be the (intentional) behavior of the tvb_parse API.  Not sure if
its the right approach, but it's intended to handle the different delimiters
that break up the NTP data.


You are receiving this mail because:
  • You are watching all bug changes.