Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap libpcap.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Thu, 4 Sep 2003 01:40:46 -0500 (CDT)
guy         2003/09/04 01:40:46 CDT

  Modified files:
    wiretap              libpcap.c 
  Log:
  Put in a note telling people how to add a new libpcap encapsulation
  type, and telling them how it should *NOT* be done, i.e. you should ask
  tcpdump-workers for a new DLT_ value, you should not just pick a value
  on your own, and you should especially not reuse a value that's already
  in use!
  
  Put in comments about reserved values in the current CVS libpcap.
  
  Revision  Changes    Path
  1.97      +47 -1     ethereal/wiretap/libpcap.c