]> The Tcpdump Group git mirrors - tcpdump/commit
Fix the code to handle the Password Authentication Protocol
authorguy <guy>
Sun, 24 Sep 2000 08:08:56 +0000 (08:08 +0000)
committerguy <guy>
Sun, 24 Sep 2000 08:08:56 +0000 (08:08 +0000)
commit6b33165a8fc70eac6dae78d230ed42f8684e03ff
tree0c6fa42b19cd099607369da3e114b7e134ee19bb
parent09a08a47f6329b6782c5f547738980f67ed30bfe
Fix the code to handle the Password Authentication Protocol
Authenticate-Ack and Authenticate-Nak packets to do a length check based
on "msg_len", which we set in that case, rather than "passwd_len", which
we don't.  Thanks and a tip of the Hatlo Hat to some non-GCC compiler -
I forget which one - that noticed that we were using a variable which
we hadn't necessarily set.
print-ppp.c