aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2004-08-10Fix a typo.Guy Harris1-1/+1
svn path=/trunk/; revision=11642
2004-08-10Add LIBETHEREAL_SRC and LIBETHEREAL_INCLUDES to epan/Makefile.common,Guy Harris1-0/+59
and have epan/Makefile.am and epan/Makefile.nmake use them. svn path=/trunk/; revision=11641
2004-07-29From Lars Roland: With this patch print.(c/h) and ps.(c/h) don't belong to Olivier Biot1-2/+0
the DISSECTOR_SUPPORT_xy files any longer and as a consequence they won't be linked into libethereal. svn path=/trunk/; revision=11559
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-479/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-13From Jean-Baptiste Marchand: MS Eventlog support.Guy Harris1-1/+2
svn path=/trunk/; revision=11369
2004-07-10From Jean-Baptiste Marchand: frsrpc and frsapi support.Guy Harris1-1/+3
svn path=/trunk/; revision=11360
2004-07-04Add support for ENRP according toMichael Tüxen1-1/+2
draft-ietf-rserpool-common-param-06.txt draft-ietf-rserpool-enrp-08.txt svn path=/trunk/; revision=11312
2004-07-01From Jon Oberheide: giFT support.Guy Harris1-1/+2
svn path=/trunk/; revision=11290
2004-06-28Add dissector for Signaling Compression (SigComp) dissection, RFC3320.Anders Broman1-1/+2
It does not decompress the compressed message it only displays the uploaded bytecode for the UDVM ( Universal Decompressor Virtual Machine ) svn path=/trunk/; revision=11261
2004-06-25Update to the makefiles to pull in the crc16 helper for use by SIR and later ↵Ronnie Sahlberg1-1/+2
others svn path=/trunk/; revision=11239
2004-06-04New protocol : DNPRonnie Sahlberg1-1/+2
From Graham Bloice svn path=/trunk/; revision=11099
2004-05-25H.235 dissector from Tomas compiler script.Ronnie Sahlberg1-1/+2
This should make H.235 semicomplete and make a lot more H.225 packets dissect properly. Please test. svn path=/trunk/; revision=10993
2004-05-18New protocol : PacketCable : PKTCRonnie Sahlberg1-1/+2
The AP-REQ and AP_REP packets are partially dissected up to and including the kerberos blob. work in progress svn path=/trunk/; revision=10916
2004-05-13From Carlos Pignataro: Add MPLS Echo support.Gerald Combs1-1/+2
svn path=/trunk/; revision=10876
2004-05-12From Dominic B�chaz: IEEE 1588 (Precision Time Protocol) support.Gerald Combs1-1/+2
svn path=/trunk/; revision=10857
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-2/+3
add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". svn path=/trunk/; revision=10834
2004-05-08From Rich Coe: DICOM support.Guy Harris1-1/+2
svn path=/trunk/; revision=10818
2004-05-01From metatech:Guy Harris1-1/+2
for the MQ dissector: - PDU desegmentation; - XA messages; - Netbios, SPX, HTTP support; - Subdissector table; dissector for the MQ Programmable Command Formats protocol. svn path=/trunk/; revision=10761
2004-04-30Add a generic media dissector. The dissectors trying to find a suitableOlivier Biot1-1/+2
media dissector for a given media type (value of a Content-Type header) must provide the logic to fall-back to this media dissector upon no match. Note that you must set the pinfo->match_string to the media type name, and if the media type is specified with parameters, then those parameters can be added to pinfo->private_data. If there are no parameters, or the parameter decoding is not implemented, you must set pinfo->private_data to NULL. Known TODOs: - Fix the WSP parameter handling so it accompanies any media dissector. Simplest approach is to retrieve the header field label from the WSP Content-Type field and to search for a semicolon in it (or by using the string length of the content type string representation). - Verify that that subdissection always works in the WSP dissector, even when the protocol tree is not being built. - Implement the media dissector in the remaining dissectors that use the media type string table. svn path=/trunk/; revision=10743
2004-04-29From JBMRonnie Sahlberg1-1/+2
Dissection of the EncryptedFileSystem dce/rpc interface. This dissector also contains a complete and fully tested IDL definition for the entire interface. svn path=/trunk/; revision=10734
2004-04-20From metatech: basic BEA Tuxedo protocol support.Guy Harris1-1/+2
svn path=/trunk/; revision=10647
2004-04-17From Lukas Pokorny: RTPS (Real-Time Publish-Subscribe) support.Guy Harris1-1/+2
svn path=/trunk/; revision=10630
2004-04-13From Christian Falckenberg: GPRS SNDCP support.Guy Harris1-1/+2
svn path=/trunk/; revision=10591
2004-04-13From Josef Korelus: GPRS LLC support.Guy Harris1-1/+2
svn path=/trunk/; revision=10590
2004-03-27From Michael Lum:Guy Harris1-1/+2
ANSI IS-801 support; dissect more GSM supplementary services messages and fields. svn path=/trunk/; revision=10503
2004-03-23From Yuri Sidelnikov: FTAM support.Guy Harris1-1/+2
svn path=/trunk/; revision=10469
2004-03-23From Jelmer Vernooij: split the AIM dissector into multiple files, andGuy Harris1-1/+20
add a few more SNACs. svn path=/trunk/; revision=10450
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris1-1/+2
svn path=/trunk/; revision=10446
2004-03-21add support for dissecting multicast sync packets for Linux IPVSNathan Neulinger1-1/+2
svn path=/trunk/; revision=10425
2004-03-19From Michael Lum:Guy Harris1-1/+2
GSM A facility element decoding; make TCAP dissector export routines for use by various GSM dissectors; make GSM MAP dissector use exported TCAP routines/defines; GSM Supplementary Services support. svn path=/trunk/; revision=10409
2004-03-18From Josh Bailey: IPDC support.Guy Harris1-1/+2
svn path=/trunk/; revision=10399
2004-03-16From metatech: IBM WebSphere MQ protocol support.Guy Harris1-1/+2
svn path=/trunk/; revision=10386
2004-03-11Add support for DLT_ value 99, as used by the Axent RaptorGuy Harris1-1/+2
firewall/Symantec Enterprise Firewall. Thanks, Axent/Symantec, for not asking us for a DLT_ value and not telling us about the link-layer type. svn path=/trunk/; revision=10361
2004-03-05From Ryuji Somegawa: CDMA2000 A11 support.Guy Harris1-1/+2
svn path=/trunk/; revision=10317
2004-03-05From Anders Broman: add a dissector for E.164 numbers, and use it in theGuy Harris1-1/+2
ISUP dissector, to allow filtering on E.164 numbers. svn path=/trunk/; revision=10314
2004-03-04Check for PERL in epan/configure.inJörg Mayer1-2/+4
Fix generation of x11 includes. svn path=/trunk/; revision=10301
2004-03-02Move register.c from from DISSECTOR_SRC to DISSECTOR_SUPPORT_SRC to avoid a ↵Jörg Mayer1-2/+2
circular dependency svn path=/trunk/; revision=10275
2004-03-02Move the dissectors into libethereal (no static/shared lib changes):Jörg Mayer1-0/+482
- Create epan/Makefile.common - Move dissector_src and helper files from Makefile.common to epan/Makefile.common - Create register.c in epan/ - link all the files into libethereal - put plugin_src into epan/Makefile.am Try to make rpms build with rpm v4 again (sorry, I've forgotten who to attribute this to). svn path=/trunk/; revision=10273