ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 43630: /trunk/wiretap/ /trunk/wiretap/: CMakeLists.txt M

Date: Mon, 09 Jul 2012 23:07:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43630

User: guy
Date: 2012/07/09 04:07 PM

Log:
 The names "etherpeek" and "airopeek" are a bit misleading, as the
 "etherpeek.c" file format is used by AiroPeek and the "airopeek9.c" file
 format is used by EtherPeek.
 
 Instead, use the names that WildPackets apparently uses for those
 formats - "classic" and "tagged".

Directory: /trunk/wiretap/
  Changes    Path               Action
  +2 -2      CMakeLists.txt     Modified
  +4 -4      Makefile.common    Modified
  +0 -612    airopeek9.c        Removed
  +0 -30     airopeek9.h        Removed
  +0 -604    etherpeek.c        Removed
  +0 -32     etherpeek.h        Removed
  +10 -10    file_access.c      Modified
  +611 -0    peekclassic.c      Added
  +32 -0     peekclassic.h      Added
  +618 -0    peektagged.c       Added
  +29 -0     peektagged.h       Added


(1 file not shown)