Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan epan.c packet.c packet.h proto.c proto.

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

From: Jeff Foster <jfoster@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 23 Mar 2001 08:44:04 -0600 (CST)
jfoster     2001/03/23 08:44:03 CST

  Modified files:
    epan                 epan.c packet.c packet.h proto.c proto.h 
                         tvbuff.c tvbuff.h 
  Log:
  Changes required to support multiple named data sources.
  Tvbuffers changed to added the data source name,
  GUI and printing code changed to support these changes
  and display the multiple hex views.
  
  Revision  Changes    Path
  1.7       +6 -1      ethereal/epan/epan.c
  1.23      +5 -2      ethereal/epan/packet.c
  1.24      +3 -1      ethereal/epan/packet.h
  1.15      +16 -3     ethereal/epan/proto.c
  1.9       +3 -2      ethereal/epan/proto.h
  1.16      +13 -2     ethereal/epan/tvbuff.c
  1.12      +4 -2      ethereal/epan/tvbuff.h