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 24650: /trunk/ /trunk/: Makefile.am capinfos.c configure

Date: Sun, 16 Mar 2008 00:58:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24650

User: morriss
Date: 2008/03/16 12:58 AM

Log:
 Don't link plugins against libwireshark: any program that loads the dissector
 plugins should already be linked against libwireshark.
 
 Don't link capinfos and editcap against libwireshark: they only needed to be
 because the plugins were linked against libwireshark (see rev 24123 and the
 ensuing discussion on -dev).
 
 capinfos and editcap: don't complain if plugins fail to load: dissector
 plugins should fail to load because they need libwireshark.  I am assuming
 here that wiretap plugins don't need libwireshark (I've never seen such a
 plugin but LEGO's code and comments suggest this is the case).
 
 (The goal of this checkin is to stop linking capinfos and editcap against
 libwireshark while still allowing wiretap plugins.  Since we don't have any
 such plugins in the tree I do somewhat doubt the need for all this but I don't
 want to be the one to remove the functionality.)

Directory: /trunk/
  Changes    Path            Action
  +2 -24     Makefile.am     Modified
  +5 -5      capinfos.c      Modified
  +1 -1      configure.in    Modified
  +7 -4      editcap.c       Modified