Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.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: Tue, 22 Aug 2000 01:04:48 -0500 (CDT)
guy         2000/08/22 01:04:45 CDT

  Modified files:
    .                    capture.c 
  Log:
  Given that DLT_ values and libpcap appear to mutate almost as fast as
  the influenza virus, if "wtap_pcap_encap_to_wtap_encap()" returns
  WTAP_ENCAP_UNKNOWN, indicating that the libpcap encapsulation type can't
  be mapped to a Wiretap encapsulation type, include the data link type in
  the message, so the user can at least give us a clue as to what type it
  is that we don't support (or, at least, the DLT_ value for that type -
  it could well be some standard type whose value just got gratuitously
  changed).
  
  Revision  Changes    Path
  1.122     +4 -3      ethereal/capture.c