Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 23092: /trunk/ /trunk/epan/dissectors/: Makefile.common

Date: Mon, 08 Oct 2007 11:41:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23092

User: etxrab
Date: 2007/10/08 11:41 AM

Log:
 From Florent DROUIN:
 This is a replacement of the existing decoding of ERF files (Extensible Record
 Format from Endace). 
 For the decoding of the ERF files, according to the "type of record" given in
 the ERF header, several decoders can be used. Up to now, the decoder is
 determined according to an environment variable, or with a kind of heuristic.
 And, all the treatment is done during the file extraction.
 
 The new architecture, will separate the ERF file decoding, and the ERF record
 decoding. The ERF records will be decoded with a specific dissector. This
 dissector can be configured with options, to replace the environment variable.
 
 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1839

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +2 -0      Makefile.common    Modified
  +944 -0    packet-erf.c       Added
  +69 -0     packet-erf.h       Added
  +117 -7    packet-mtp2.c      Modified

Directory: /trunk/wiretap/
  Changes    Path          Action
  +316 -495  erf.c         Modified
  +35 -55    erf.h         Modified
  +302 -9    libpcap.c     Modified
  +28 -7     wtap-int.h    Modified
  +4 -1      wtap.c        Modified
  +106 -78   wtap.h        Modified