aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2004-02-10Undo last change for cvsversion.h generation. It causes make to loop on some ↵Jörg Mayer1-3/+1
systems svn path=/trunk/; revision=10020
2004-02-10Run make-version.pl on every make (at least with gnu make)Jörg Mayer1-1/+3
svn path=/trunk/; revision=10019
2004-02-01Move sourcelists into Makefile.commonJörg Mayer1-342/+1
svn path=/trunk/; revision=9941
2004-02-01Add the new dialog images to the distribution.Gerald Combs1-1/+5
svn path=/trunk/; revision=9936
2004-01-31From Sam Leffler: support for BSD radiotap header for 802.11.Guy Harris1-1/+2
svn path=/trunk/; revision=9919
2004-01-27From Alastair Maw: IAX2 support.Guy Harris1-1/+2
svn path=/trunk/; revision=9875
2004-01-26Add a dissector table for LAPD SAPIs, and move the #defines for themGuy Harris1-1/+2
into "lapd_sapi.h". Use that to register the Q.931 dissector atop LAPD. From Rolf Fiedler: ISDN TEI management frame support. svn path=/trunk/; revision=9864
2004-01-25Capitalize "Ethereal.icns" to fix a distclean error. Add its descriptionGerald Combs1-2/+2
to README.image. svn path=/trunk/; revision=9846
2004-01-23From Yuriy Sidelnikov: call ACSE dissector for any presentation context.Guy Harris1-1/+2
svn path=/trunk/; revision=9805
2004-01-21Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am andJörg Mayer1-403/+3
Makefile.nmake into a shared file named Makefile.common svn path=/trunk/; revision=9772
2004-01-19Put $(srcdir) in front of "make-version.pl", as is done for otherGuy Harris1-2/+2
scripts. svn path=/trunk/; revision=9737
2004-01-18Add README.capture to the list of files.Guy Harris1-1/+2
svn path=/trunk/; revision=9707
2004-01-18Add a Mac OS X icon file, for possible future use.Guy Harris1-1/+2
svn path=/trunk/; revision=9705
2004-01-17Integrate the "find . -name Entries" into make-version.pl, to make thisJörg Mayer1-2/+2
work with nmake too. svn path=/trunk/; revision=9694
2004-01-16CVS isn't letting me check in the icons file, so back the Makefile.amGuy Harris1-2/+1
change out for now. svn path=/trunk/; revision=9682
2004-01-16Add a Mac OS X icon file, for possible future use.Guy Harris1-1/+2
svn path=/trunk/; revision=9681
2004-01-16In case of CVS sources, add the date of the last change to the versionJörg Mayer1-2/+9
number. 2do: Add support to Makefile.nmake Enforce the generation of cvsversion.h on each run of make svn path=/trunk/; revision=9679
2004-01-16From Aaron Woo (via Jeff Weston): Optimized Link State Routing ProtocolGerald Combs1-1/+2
(OLSR) support. svn path=/trunk/; revision=9673
2004-01-16Add support for MIME multipart dissection.Olivier Biot1-1/+2
svn path=/trunk/; revision=9670
2004-01-13From Yuriy Sidelnikov: ISO 8823 Presentation Protocol support.Guy Harris1-1/+3
svn path=/trunk/; revision=9649
2004-01-11Rename DISSECTOR_HELPER_{SRC,OBJECTS} toGuy Harris1-19/+22
DISSECTOR_SUPPORT_{SRC,OBJECTS}. Add some additional files, required by dissectors, to those lists. Extract the stuff to get version information strings for libraries and the OS, which is *not* needed by dissectors, from "util.c", which contains routines that *are* needed by dissectors, and put it into a separate file. Make "dftest" link only with the dissector support stuff, not with all of the Ethereal common files. svn path=/trunk/; revision=9645
2004-01-10Get rid of rdps in CLEAN target for cygwin (EXEEXT = ".exe").Olivier Biot1-4/+4
svn path=/trunk/; revision=9637
2004-01-10Move header files for stuff used by dissectors, and source filesGuy Harris1-38/+41
containing helper routines, to DISSECTOR_HELPER_SRC. Include DISSECTOR_HELPER_SRC in ETHEREAL_COMMON_SRC, and include BUILT_SOURCES in ETHEREAL_COMMON_SRC rather than repeating those headers directly. Do similar things with ETHEREAL_COMMON_OBJECTS and DISSECTOR_COMMON_OBJECTS in Makefile.nmake. Add "packet-x11-keysymdef.h" to "noinst_Headers", so it's built as part of the tarball. svn path=/trunk/; revision=9627
2004-01-10Eliminate "alignment.h" header - the stuff in it is no longer used.Guy Harris1-2/+1
svn path=/trunk/; revision=9625
2004-01-10Add support for a generic line-based text data dissector.Olivier Biot1-1/+2
svn path=/trunk/; revision=9623
2004-01-04Add support for JFIF (JPEG File Interchange Format) media.Olivier Biot1-1/+2
The JFIF dissector processes everything up to the start of scan as the data thereafter is encoded and I didn't have the time to figure out how it is :) TODO: fix the WTP dissector so it doesn't hand off unreassembled data to WSP. svn path=/trunk/; revision=9541
2003-12-30New protocol: Enterasys Interswitch Message Protocol (ismp) andJörg Mayer1-1/+2
edp (Enterasys Discovery Protocol) svn path=/trunk/; revision=9496
2003-12-29Nothing in "range.c" is GTK+-specific, so move it to the top-levelGuy Harris1-1/+2
directory. svn path=/trunk/; revision=9487
2003-12-29range.h moved from gtk to .Jörg Mayer1-1/+2
svn path=/trunk/; revision=9484
2003-12-24Add support for GIF image dissection.Olivier Biot1-1/+2
NOTE: I propose to use packet-MIME-TREE for future media types that will be added to Ethereal (E.g., packet-image-png.c). svn path=/trunk/; revision=9437
2003-12-23Not all headers in HTTP, RTSP, SIP, etc. are entity headers; rename someGuy Harris1-3/+3
files, routines, data structures, etc.. svn path=/trunk/; revision=9428
2003-12-22Pull the code to do reassembly of the request/response line, entityGuy Harris1-1/+3
headers, and body into a separate routine, for use by other dissectors. svn path=/trunk/; revision=9402
2003-12-21SoulSeek is not yet inJörg Mayer1-2/+1
svn path=/trunk/; revision=9382
2003-12-21No more FAQ.includeJörg Mayer1-2/+2
svn path=/trunk/; revision=9381
2003-12-19From Lars Roland:Guy Harris1-1/+2
use the common display filter dialog infrastructure in the MGCP service response time tap; add common infrastructure for updating the titles of tap dialogs when the capture file name changes. svn path=/trunk/; revision=9366
2003-12-18From Jan Kiszka: IrDA support.Guy Harris1-1/+5
svn path=/trunk/; revision=9345
2003-12-17From Christoph Neusch: V5UA support.Guy Harris1-5/+9
From Anders Broman: patches to various makefiles and configure scripts to build the V5UA dissector, and patches to make it compile. From me: .cvsignore file, and NSIS patches. svn path=/trunk/; revision=9311
2003-12-16From Jeff Morriss: don't spew out the entire "if" statement as outputGuy Harris1-2/+2
when doing "make svr4-package". svn path=/trunk/; revision=9300
2003-12-16From Ronnie Sahlberg: stub dissector for the Microsoft Distributed LinkGuy Harris1-1/+2
Tracking Server Service (uuid and finction name from Jean-Baptiste Marchand). svn path=/trunk/; revision=9293
2003-12-13Add the help directory to the build. Bump the release version to 0.10.0aGerald Combs1-4/+4
svn path=/trunk/; revision=9276
2003-12-13Add packet-isup.h as well.Gerald Combs1-1/+2
svn path=/trunk/; revision=9254
2003-12-13Add packet-ansi_map.h to the distribution.Gerald Combs1-1/+2
svn path=/trunk/; revision=9253
2003-12-10From Akira Endoh: IGAP support.Guy Harris1-1/+3
svn path=/trunk/; revision=9230
2003-12-09From Michael Lum:Guy Harris1-1/+3
new taps for GSM A-interface; fixes for ANSI A-interface taps. svn path=/trunk/; revision=9220
2003-12-06From Olivier BiotGilbert Ramirez1-5/+8
New "matches" operater in display filter language. Uses PCRE. If a "matches" operator is found in a dfilter while libpcre has not been used to build the binary, then an exception is thrown after using dfilter_fail() to set an apporporiate error message. svn path=/trunk/; revision=9182
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez1-1/+2
to tethereal. It could be added to Ethereal, but the GUI changes to allow the user to select PDML as a print format have not been added. Provide a python module (EtherealXML.py) to help parse PDML. Provide a sample app (msnchat) which uses tethereal and EtherealXML.py to reconstruct MSN Chat sessions from packet capture files. It produces a nice HTML report of the chat sessions. Document tethereal's PDML and EtherealXML.py usage in doc/README.xml-output Update tethereal's manpage to reflect the new [-T pdml|ps|text] option svn path=/trunk/; revision=9180
2003-12-03From Felix Fei: GSM MAP support.Guy Harris1-1/+2
From Michael Lum: Modified for better TCAP separation, fixed EOC handling (a la TCAP). Added parameter parsing (although not dissection or naming). svn path=/trunk/; revision=9160
2003-12-01From Michael Lum:Guy Harris1-1/+3
add a message statistics tap for ANSI A interface for Tethereal; fix the BSSAP, BSMAP, and DTAP interface dissectors to call subdissectors even if no protocol tree is being built. svn path=/trunk/; revision=9132
2003-11-25From Jamie Fournier: DCE RPC EPM version 4 support, and stub support forGuy Harris1-1/+5
BUDB, ICL RPC, and RS_PROP_ACCT DCE RPC-based protocols. svn path=/trunk/; revision=9080
2003-11-24From Scott Hovis :CCSDS (Consultative Committee for Space Data Systems)Guy Harris1-1/+2
support. svn path=/trunk/; revision=9071