Update a URL.
[obnox/wireshark/wip.git] / packet-ssh.c
2003-12-23 guyHandle the case where "ssh_dissect_protocol()", for...
2003-04-17 guyUse "tvb_ensure_length_remaining()" when checking how...
2003-03-08 geraldFrom Markus Friedl: Remove duplicate code in packet...
2003-01-30 guyFT_STRING and FT_STRINGZ have no base, so use BASE_NONE.
2003-01-29 guyFrom Huagang Xie: more robust parsing for illegal SSH...
2003-01-28 guyFrom Huagang Xie: SSH version 1 support.
2003-01-27 guyFrom Huagang Xu: treat all SSH sesions where the versio...
2003-01-25 guySSH dissector, from Huagang Xie.