Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal editcap.c file.c file.h packet-ascend.c

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Fri, 19 May 2000 18:06:28 -0500 (CDT)
gram        2000/05/19 18:06:26 CDT

  Modified files:
    .                    editcap.c file.c file.h packet-ascend.c 
                         packet-ascend.h packet-atm.c packet-atm.h 
                         packet-lapb.c packet-lapb.h packet-lapd.c 
                         packet-lapd.h packet-v120.c packet-v120.h 
                         packet-x25.c packet-x25.h packet.c 
                         packet.h randpkt.c tethereal.c 
  Log:
  Add wtap-int.h. Move definitions relevant to the internal workins of wiretap
  to that file, leave public definitions in wtap.h.
  
  Rename "union pseudo_header" to "union wtap_pseudo_header".
  Make the wtap_pseudo_header pointer available in packet_info struct.
  
  Revision  Changes    Path
  1.11      +2 -2      ethereal/editcap.c
  1.189     +5 -5      ethereal/file.c
  1.68      +2 -2      ethereal/file.h
  1.14      +7 -7      ethereal/packet-ascend.c
  1.4       +2 -3      ethereal/packet-ascend.h
  1.20      +4 -4      ethereal/packet-atm.c
  1.3       +2 -2      ethereal/packet-atm.h
  1.15      +2 -2      ethereal/packet-lapb.c
  1.3       +2 -2      ethereal/packet-lapb.h
  1.8       +2 -2      ethereal/packet-lapd.c
  1.3       +2 -2      ethereal/packet-lapd.h
  1.8       +2 -2      ethereal/packet-v120.c
  1.3       +2 -2      ethereal/packet-v120.h
  1.27      +2 -2      ethereal/packet-x25.c
  1.5       +2 -2      ethereal/packet-x25.h
  1.88      +5 -4      ethereal/packet.c
  1.188     +4 -6      ethereal/packet.h
  1.7       +2 -2      ethereal/randpkt.c
  1.29      +6 -6      ethereal/tethereal.c