Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap wtap-int.h ascend-grammar.y

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:07:31 -0500 (CDT)
gram        2000/05/19 18:07:28 CDT

  Modified files:
    wiretap              ascend-grammar.y ascend-scanner.l 
                         ascend.c file.c file_wrappers.c 
                         i4btrace.c iptrace.c lanalyzer.c 
                         libpcap.c netmon.c nettl.c netxray.c 
                         ngsniffer.c radcom.c snoop.c toshiba.c 
                         wtap.c wtap.h 
  Added files:
    wiretap              wtap-int.h 
  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.13      +2 -2      ethereal/wiretap/ascend-grammar.y
  1.16      +2 -2      ethereal/wiretap/ascend-scanner.l
  1.16      +4 -4      ethereal/wiretap/ascend.c
  1.52      +4 -4      ethereal/wiretap/file.c
  1.7       +2 -2      ethereal/wiretap/file_wrappers.c
  1.7       +4 -4      ethereal/wiretap/i4btrace.c
  1.29      +8 -8      ethereal/wiretap/iptrace.c
  1.23      +2 -2      ethereal/wiretap/lanalyzer.c
  1.35      +4 -4      ethereal/wiretap/libpcap.c
  1.31      +4 -4      ethereal/wiretap/netmon.c
  1.13      +6 -6      ethereal/wiretap/nettl.c
  1.28      +4 -4      ethereal/wiretap/netxray.c
  1.42      +10 -10    ethereal/wiretap/ngsniffer.c
  1.23      +4 -4      ethereal/wiretap/radcom.c
  1.28      +8 -8      ethereal/wiretap/snoop.c
  1.11      +7 -6      ethereal/wiretap/toshiba.c
  1.43      +3 -3      ethereal/wiretap/wtap.c
  1.71      +9 -209    ethereal/wiretap/wtap.h