Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-who.c Makefile.am packet-udp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Sat, 11 Dec 1999 23:11:52 -0600 (CST)
gram        1999/12/11 23:11:50 CST

  Modified files:
    .                    Makefile.am packet-udp.c packet.c 
                         packet.h 
  Added files:
    .                    packet-who.c 
  Log:
  Add the who protocol (rwho/rwhod/ruptime)
  
  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.
  
  Revision  Changes    Path
  1.133     +2 -1      ethereal/Makefile.am
  1.44      +4 -1      ethereal/packet-udp.c
  1.59      +6 -1      ethereal/packet.c
  1.161     +2 -1      ethereal/packet.h