aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2003-12-22Pull the code to do reassembly of the request/response line, entityGuy Harris1-1/+2
headers, and body into a separate routine, for use by other dissectors. svn path=/trunk/; revision=9402
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-15From Lars Roland: build the documentation at the end of the makeGuy Harris1-2/+2
process. svn path=/trunk/; revision=9286
2003-12-10From Akira Endoh: IGAP support.Guy Harris1-1/+2
svn path=/trunk/; revision=9230
2003-12-09From Michael Lum:Guy Harris1-1/+2
new taps for GSM A-interface; fixes for ANSI A-interface taps. svn path=/trunk/; revision=9220
2003-12-08Add a "doc" target, as per Ulf Lamping's comment.Guy Harris1-2/+7
svn path=/trunk/; revision=9212
2003-12-07Add PCRE support to the Windows build.Gerald Combs1-2/+5
svn path=/trunk/; revision=9185
2003-12-05Switch over to Net-SNMP 5.1. A ZIP file of the Net-SNMP 5.1 sources plusGerald Combs1-4/+4
a static Windows library (netsnmp.lib) has been placed at http://www.ethereal.com/distribution/win32/development/ The Net-SNMP documentation recommends against using a DLL at the present time. svn path=/trunk/; revision=9177
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/+2
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-24bugfix: corrected clean and distclean targetsUlf Lamping1-5/+5
svn path=/trunk/; revision=9072
2003-11-24From Scott Hovis :CCSDS (Consultative Committee for Space Data Systems)Guy Harris1-1/+2
support. svn path=/trunk/; revision=9071
2003-11-23Include the BFD dissector when building with MSVC++.Guy Harris1-1/+2
svn path=/trunk/; revision=9069
2003-11-21From Jamie Fournier: DCERPC RS_PLCY support.Guy Harris1-1/+2
svn path=/trunk/; revision=9053
2003-11-19Add dissector for the SEBEK kernel read() data capture and/or rootkit toolNathan Neulinger1-1/+2
used as part of the HoneyNet project. Info at: http://project.honeynet.org/tools/sebek/ svn path=/trunk/; revision=9039
2003-11-19From Dave Sclarsky: CPFI support.Guy Harris1-1/+2
svn path=/trunk/; revision=9028
2003-11-18generate "static" help contentUlf Lamping1-2/+11
svn path=/trunk/; revision=9017
2003-11-16From Lars Roland Service Response times for H225 RASRonnie Sahlberg1-1/+3
svn path=/trunk/; revision=8978
2003-11-11From Yuriy Sidelnikov: ISO 8327-1 Session Protocol support.Guy Harris1-1/+2
svn path=/trunk/; revision=8937
2003-11-07Let people configure whether to build with Zlib or not solely byGuy Harris1-2/+3
controlling whether ZLIB_DIR is defined or not in config.nmake. svn path=/trunk/; revision=8911
2003-11-07New protocol: MS Kpasswd (RFC3244)Ronnie Sahlberg1-1/+2
KPasswd is partially dissected for UDP. It would be very useful if someone added dissection of the asn.1 encoded AP_REQ and the KRB-PRIV blobs. I dont think I will add those. svn path=/trunk/; revision=8905
2003-10-30From Michael Lum:Guy Harris1-1/+3
GSM BSSMAP (GSM 08.08) support GSM DTAP (3GPP TS 24.008) support GSM SMS (3GPP TS 24.011) support GSM SS (3GPP TS 24.080) support GSM SMS TPDU (3GPP TS 23.040) support svn path=/trunk/; revision=8826
2003-10-30From Dinesh Dutt:Guy Harris1-1/+3
- Dissector for FICON - Dissector for FC-SP (Security Protocol for Fibre Channel) - Patches to correct the reassembly of FC fragments. - Support for new MDS Port Analyzer Adapters that carry the frame length for truncated frames. svn path=/trunk/; revision=8823
2003-10-28From Giles Scott: Alteon/Nortel Transparent Proxy Control ProtocolGuy Harris1-1/+2
support. svn path=/trunk/; revision=8798
2003-10-28From Lars Roland: H.225 message and reason tag counter taps.Guy Harris1-1/+2
svn path=/trunk/; revision=8794
2003-10-27From a suggestion by Jim McDonough: support for the INITSHUTDOWN service.Guy Harris1-1/+2
svn path=/trunk/; revision=8793
2003-10-22From Michael Lum:Guy Harris1-1/+3
BSSAP (GSM 08.06)/BSAP (IOS 4.0.1) support IOS 4.0.1 support Add Transport Layer support to ANSI IS-637-A dissector svn path=/trunk/; revision=8751
2003-10-22From Jaime FournierRonnie Sahlberg1-1/+2
New protocol DCERPC/RS_BIND Added stub dissector for the RS_BIND protocol svn path=/trunk/; revision=8747
2003-10-22From Jaime FournierRonnie Sahlberg1-1/+2
New protocol DCERPC BUTC Stub dissector for the BUTC interface svn path=/trunk/; revision=8746
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-4/+22
recurse into subdirectories doing "nmake -f Makefile.nmake distclean". Have "nmake -f Makefile.nmake clean" not remove stuff that "make clean" doesn't remove (such as Flex/Bison output and config.h files) - and have "nmake -f Makefile.nmake distclean" remove stuff that "make distclean" removes, including "tethereal-tap-register.c" and "ethereal-tap-register.c". svn path=/trunk/; revision=8672
2003-10-10From Akira Endoh: Diffserv MPLS signaling protocol support.Guy Harris1-1/+2
svn path=/trunk/; revision=8671
2003-10-10Configure whether we have WinPcap based on whether WINPCAP_VERSION isGuy Harris1-2/+7
set in the config.nmake file. Configure whether we have pcap_findalldevs() based on whether WINPCAP_VERSION is 2.3 (if so, we don't) or 3.0 or 3.1 (if so, we do). WinPcap 3.0 has the new libpcap declarations of "pcap_lookupnet()" and "pcap_open_live()" in which the first argument is a "const char *" rather than a "char *"; declare the functions and pointers to them appropriately based on the version of WinPcap. If we don't have pcap_findalldevs(), don't declare a pointer to it, as we don't have a declaration of pcap_if_t. We also need to refer to "pcap_freealldevs()", so make a pointer for it. "symbols[]" is a const array; make the pointer to elements in it a const pointer. Fix some typoes. svn path=/trunk/; revision=8660
2003-10-06From Michael Lum:Guy Harris1-1/+3
IS-637-A (SMS) support IS-683-A (OTA) support ANSI MAP updates Fix a typo in the previous checkin. svn path=/trunk/; revision=8628
2003-10-06From Michael Lum: ALCAP (Q.2630.1) support.Guy Harris1-1/+2
svn path=/trunk/; revision=8624
2003-10-03From Michael Lum: ANSI MAP support.Guy Harris1-1/+2
svn path=/trunk/; revision=8606
2003-10-02From Samuel Qu, Michael Lum, and Jeff Morriss: TCAP support, andGuy Harris1-1/+2
"asn_id_decode1()" variant of "asn_id_decode()". svn path=/trunk/; revision=8586
2003-09-26From Tomas Kukosa:Guy Harris1-1/+2
1) string tables for t35CountryCode, t35Extension and h221ManufacturerCode were moved into the new file t35.c because they are common for more dissectors 2) the dissect_h245_NonStandardParameter_with_extension_marker() was moved from h245 to h225 and renamed to dissect_h225_NonStandardParameter() because the NonStandardData type is different for H.225.0 and H.245 3) type of the "h245.nsp.object" dissector table was changed from FT_UINT32 to FT_STRING, so it can select a dissector based on an OID rather than the Adler-32 hash of an OID 4) the "h225.nsp.object" and "h225.nsp.h221" dissector tables were created svn path=/trunk/; revision=8550
2003-09-23From Graeme Reid: H.450 support.Guy Harris1-1/+2
svn path=/trunk/; revision=8520
2003-09-20From Jean-Baptiste Marchand: initial DRSUAPI (Active Directory directoryGuy Harris1-1/+2
replication) support. svn path=/trunk/; revision=8505
2003-09-19From Kevin A. Noll: RFC 2833 RTP Events support.Guy Harris1-1/+2
svn path=/trunk/; revision=8494
2003-09-11From Hans Viens :Ronnie Sahlberg1-1/+2
T38 dissector svn path=/trunk/; revision=8457
2003-09-06From Josef Korelus: GPRS BSSGP support.Guy Harris1-1/+2
svn path=/trunk/; revision=8403
2003-09-03From Josef Korelus <jkor [AT] quick.cz>: GPRS NetworkGuy Harris1-1/+2
Service-over-Frame-Relay support, including preference for Frame Relay to select FRF 3.2/Cisco HDLC encapsulation or encapsulation of GPRS NS PDUs. svn path=/trunk/; revision=8362
2003-09-03As with the Cisco OUI, so with the Nortel OUI.Guy Harris1-1/+2
svn path=/trunk/; revision=8352
2003-09-03Fix up the API for adding support for new OUI's to the LLC dissector.Guy Harris1-1/+2
Use that API to create the table for the Cisco OUI 00:00:0C. svn path=/trunk/; revision=8351
2003-09-03Q.933 dissector. (Not complete.)Guy Harris1-1/+2
svn path=/trunk/; revision=8350
2003-09-02From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.Guy Harris1-2/+5
svn path=/trunk/; revision=8345
2003-08-29From David Frascone: LWAPP support.Guy Harris1-1/+2
svn path=/trunk/; revision=8315
2003-08-29From Vincent Jardin: Add support for TeredoGerald Combs1-1/+2
(draft-huitema-v6ops-teredo-00.txt). svn path=/trunk/; revision=8305