Ethereal-cvs: [Ethereal-cvs] rev 16541: /trunk/: capture_sync.c

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

Date: Fri, 18 Nov 2005 00:34:12 GMT
User: guy
Date: 2005/11/17 06:34 PM

Log:
 Make the message length in the sync pipe message header 3 bytes of
 binary data, so the maximum message length can be up to 2^24-1.
 
 Add a #define for that message size, and have it be 4096, for now, as
 that was the size of the buffer used to read sync pipe messages.
 
 Clean up white space.
 
 When displaying an error message from the capture child, don't use it as
 a format string - it could conceivably contain "%"s.  Instead, format it
 with "%s".

Directory: /trunk/
  Changes    Path              Action
  +29 -18    capture_sync.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=16541&view=rev