Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-http.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 12 Sep 1999 13:47:01 -0500 (CDT)
guy         1999/09/12 13:46:59 CDT

  Modified files:
    .                    packet-http.c 
  Log:
  Use "dissect_data()" to put in the raw HTTP data, rather than doing it
  ourselves; that means we don't have to duplicate the stuff
  "dissect_data()" does (including saying "1 byte" rather than "1 bytes" -
  "dissect_data()" does that, but we weren't doing that), and also means
  that when you print a packet, the data gets dumped.
  
  Revision  Changes    Path
  1.8       +3 -5      ethereal/packet-http.c