aboutsummaryrefslogtreecommitdiffstats
path: root/packet-who.c
AgeCommit message (Collapse)AuthorFilesLines
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
svn path=/trunk/; revision=1437
1999-12-12Highlight the hex dump at the correct offset for Who utmp EntryGilbert Ramirez1-2/+2
structs. svn path=/trunk/; revision=1298
1999-12-12Add the who protocol (rwho/rwhod/ruptime)Gilbert Ramirez1-0/+297
In packet_hex_print(), compute (bstart + blen) only once. In time_secs_to_str(), return a meaningful string when time == 0, instead of returing pointer to char buffer with old, inappropriate data in it. svn path=/trunk/; revision=1297