aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
AgeCommit message (Expand)AuthorFilesLines
2004-09-11Nothing in "util.h" is needed by anything in libethereal, so don't putGuy Harris1-2/+4
2004-09-10Hoist the code for handling "-G" into a common module.Guy Harris1-0/+2
2004-09-09Add SHA1 routines for future use at least by SigCompAnders Broman1-0/+1
2004-09-04The packet range stuff knows about capture_file structures, so it'sGuy Harris1-0/+2
2004-09-04Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";Guy Harris1-2/+0
2004-07-29From Lars Roland: With this patch print.(c/h) and ps.(c/h) don't belong to Olivier Biot1-2/+4
2004-07-27"ps.c" isn't a header, so don't include it in ETHEREAL_COMMON_INCLUDES.Guy Harris1-4/+3
2004-07-24Move color_filters.c and color_filters.h up to the top-level directory,Guy Harris1-0/+2
2004-07-23"capture_combo_utils.{c,h}" don't use any GTK+ stuff, so move them toGuy Harris1-0/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-187/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-15Convert make-version.pl and the associated cvsversion.h and CVSVERSIONGerald Combs1-2/+2
2004-07-13From Jean-Baptiste Marchand: MS Eventlog support.Guy Harris1-1/+2
2004-07-10From Jean-Baptiste Marchand: frsrpc and frsapi support.Guy Harris1-1/+3
2004-07-09Move the redefinition of "isprint()" to be used by dissectors whenGuy Harris1-1/+2
2004-06-27Fixes needed for "make distcheck".Gerald Combs1-1/+2
2004-06-25Update to the makefiles to pull in the crc16 helper for use by SIR and later ...Ronnie Sahlberg1-1/+2
2004-06-18merge: remove code duplication in merge.c and mergecap.c (put it in merge.c),Ulf Lamping1-1/+3
2004-06-17add Merge functionality to Ethereal in an experimental state.Ulf Lamping1-1/+2
2004-05-25H.235 dissector from Tomas compiler script.Ronnie Sahlberg1-1/+2
2004-05-18New protocol : PacketCable : PKTCRonnie Sahlberg1-1/+2
2004-05-13From Carlos Pignataro: Add MPLS Echo support.Gerald Combs1-1/+2
2004-05-10Add ps.c to BUILT_SOURCES, so that "make distcheck" doesn't burst into flames.Gerald Combs1-2/+3
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-6/+5
2004-05-01From metatech:Guy Harris1-1/+2
2004-04-29From JBMRonnie Sahlberg1-1/+2
2004-04-17From Lukas Pokorny: RTPS (Real-Time Publish-Subscribe) support.Guy Harris1-1/+2
2004-03-30From Lars Roland: Tethereal version of SIP statistics tap, and fixes toGuy Harris1-1/+2
2004-03-27From Michael Lum:Guy Harris1-1/+2
2004-03-26Include packet-sip.h in the release.Guy Harris1-1/+2
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris1-2/+1
2004-03-23From Yuri Sidelnikov: FTAM support.Guy Harris1-1/+2
2004-03-23Add packet-sctp.hMichael Tüxen1-1/+2
2004-03-23From Jelmer Vernooij: split the AIM dissector into multiple files, andGuy Harris1-1/+2
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris1-1/+2
2004-03-19From Michael Lum:Guy Harris1-1/+2
2004-03-18From Josh Bailey: IPDC support.Guy Harris1-1/+2
2004-03-05From Anders Broman: add a dissector for E.164 numbers, and use it in theGuy Harris1-1/+2
2004-03-04Check for PERL in epan/configure.inJörg Mayer1-4/+2
2004-03-02Move the dissectors into libethereal (no static/shared lib changes):Jörg Mayer1-460/+1
2004-02-29From Greg Morris:Guy Harris1-1/+3
2004-02-23MSVC doesn't like having header files in .c=.obj targets.Gerald Combs1-3/+2
2004-02-23Move x11-declarations.h and x11-register-info.h back into BUILT_SOURCES,Gerald Combs1-7/+4
2004-02-23Move cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES. This tells automakeGerald Combs1-2/+5
2004-02-22TETHEREAL_TAP_SRC contains the names of source files for taps forGuy Harris1-2/+2
2004-02-22_HEADERS has special automake meaning. Rename to _INCLUDES where no magic is ...Jörg Mayer1-15/+15
2004-02-22make the Makefile.common really common between automake and nmake,Ulf Lamping1-59/+102
2004-02-21Add routines that can be called from dissectors to report file open andGuy Harris1-1/+2
2004-02-20From Rowan McFarlane: Update Skinny to support Cisco CallManager 4.x,Gerald Combs1-1/+2
2004-02-20Update to Kerberos.Ronnie Sahlberg1-1/+3