Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 7 Jul 2002 17:14:04 -0500 (CDT)
guy         2002/07/07 17:14:04 CDT

  Modified files:
    gtk                  main.c 
  Log:
  Fields can be up to 2^32-1 bytes long, as they may have come from a
  reassembled packet and are thus not limited to the maximum frame size;
  leave room for a Really Big number in the length item in the status bar,
  and use "snprintf()" to format the length item Just To Be Sure.
  
  Revision  Changes    Path
  1.255     +5 -3      ethereal/gtk/main.c