aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2003-06-24Properly escape the '#' character in the HAVE_GNU_ADNS definition.Gerald Combs1-2/+2
svn path=/trunk/; revision=7924
2003-06-19From Markus Friedl: Add support for draft-ietf-ipsec-udp-encaps-06.txt.Gerald Combs1-1/+2
svn path=/trunk/; revision=7900
2003-06-15Do all the tests for whether ADNS_DIR is defined or not inGuy Harris1-14/+5
"config.nmake", and just use the variables set based on the results of those tests in various "Makefile.nmake" files. svn path=/trunk/; revision=7891
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-14/+7
variables the user configures - the user isn't expected to change GLIB_LIBS or GTK_LIBS, and there's a comment nothing that users shouldn't have to do so), which contain the appropriate libraries for building stuff that requires only GLib, and stuff that required GTK+ and GLib, respectively, and use those macros in the Makefile.nmake files. svn path=/trunk/; revision=7885
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-3/+2
variables the user configures - the user isn't expected to change GLIB_CFLAGS or GTK_CFLAGS, and there's a comment nothing that users shouldn't have to do so), which contain the appropriate "/I" flags for building stuff that requires only GLib, and stuff that required GTK+ and GLib, respectively, and use those macros in the Makefile.nmake files. svn path=/trunk/; revision=7884
2003-06-13From Jeff Rizzo: sFlow support.Guy Harris1-1/+2
svn path=/trunk/; revision=7879
2003-06-12Don't wire into "config.h.win32" files an indication of whether we haveGuy Harris1-3/+7
GNU ADNS or not - set it based on whether ADNS_DIR is defined by "config.nmake", and make "config.h.win32" files that specify whether we have GNU ADNS dependent on "config.nmake". Note in "config.nmake" that: if you have GNU ADNS, ADNS_DIR should be defined as the directory in which the ADNS .lib file resides; if you don't have GNU ADNS, ADNS_DIR shouldn't be defined. svn path=/trunk/; revision=7860
2003-06-11From Joakim Wiberg: update to the CIP dissector, reverting to theGuy Harris1-2/+2
"EtherNet/IP" name in his original version ("IP" there is "Industrial Protocol", not "Internet Protocol"), and to the original file name, and getting rid of some unused variables. svn path=/trunk/; revision=7851
2003-06-11From Joakim Wiberg: support for Common Industrial Protocol over IP.Guy Harris1-1/+2
svn path=/trunk/; revision=7838
2003-06-11Add a couple of missing line continuations.Gerald Combs1-3/+3
svn path=/trunk/; revision=7836
2003-06-10If ADNS_DIR isn't defined, don't link with the ADNS library; this letsGuy Harris1-3/+7
you build Ethereal without ADNS. (It'd be nice if ADNS_DIR not being defined caused the config.h file to have the appropriate #ifdefs turned off; we can probably do that with another @xxx@ variable in config.h.win32, and !IFDEFs in the rules to make the config.h files, although we should then make config.h also depend on config.nmake.) svn path=/trunk/; revision=7827
2003-06-09SID name mappings can now be presented in a table by tetherealRonnie Sahlberg1-1/+2
using the -z smb,sids command argument. svn path=/trunk/; revision=7816
2003-06-02Add GNU ADNS to the Windows build environment. A precompiled DLL can beGerald Combs1-3/+6
found at http://adns.jgaa.com/ and http://www.ethereal.com/distribution/win32/development/ The modifications to the root-level config.h.win32 and Makefile.nmake may not be neccessary. svn path=/trunk/; revision=7769
2003-05-29Add the MSRPC ATSVC interface.Guy Harris1-1/+2
svn path=/trunk/; revision=7762
2003-05-24From Brad Hards, DISTCC protocol dissector.Ronnie Sahlberg1-1/+2
Added TCP desegmentation to the dissector. svn path=/trunk/; revision=7729
2003-04-30Incorporate the AODV6 dissector into the AODV dissector (AODV6 appearsGuy Harris1-2/+1
to just be an extension to AODV - and the dissectors use the same port, which doesn't work unless there's only one dissector). svn path=/trunk/; revision=7616
2003-04-29iSNS support, from Garth Bushell.Guy Harris1-1/+2
svn path=/trunk/; revision=7597
2003-04-26New DCERPC pipe for Windows service control. Implemented only stubs so far.Tim Potter1-1/+2
svn path=/trunk/; revision=7567
2003-04-25From Tony Schene: initial stub Kerberos kadmin support.Guy Harris1-1/+2
svn path=/trunk/; revision=7562
2003-04-23From Duncan Laurie: IPMI-over-LAN support.Guy Harris1-1/+4
svn path=/trunk/; revision=7538
2003-04-16From Lars Roland:Guy Harris1-1/+2
Add Response-Time statistics for each known mgcp message-type. Fix a few bugs and remove trailing whitespace. Use "gdouble" for printing time-values and calculating the average. It is easier to use and shouldn't overflow on big trace files like "guint32". Move some functions for time statistics into the new file timestats.c in the main directory. This code may be useful in the rpc and smb rtt-taps as well. svn path=/trunk/; revision=7469
2003-04-06Add a dissector for the IPX WAN protocol. "IPX WAN 2" is just someGuy Harris1-1/+2
compatible additions to the RFC 1362 IPX WAN protocol, so call it "IPX WAN", not "IPX WAN 2". svn path=/trunk/; revision=7407
2003-03-31Add dissector for NetWare Link Services Protocol.Guy Harris1-1/+2
Socket 0x9001 is for NLSP - it supports LANs as well as WANs, at least as I read the specification. Socket 0x9004 is for "IPX WAN 2". svn path=/trunk/; revision=7387
2003-03-25From Brad Hards: ACAP support.Guy Harris1-1/+2
svn path=/trunk/; revision=7365
2003-03-25Added SMB option : sid_name_snooping.Ronnie Sahlberg1-1/+2
This feature, when enabled through Edit/preferences/protocols/smb, will look at certain SMB and CIFS related protocols to discover the mapping between SIDs and their Names. For those SIDs whose name has been snooped/discovered ethereal will also add "(<name>)" to the end of the SID when printed in the tree pane through the function dissect_nt_sid(). Currently the feature is not too exciting since the only thing that packet-smb-sidsnooping.c will look at to build this mapping table is replies to the LSA/QueryInfoPolicy infolevel 3 packets and thus discover mappings between a Domain SID and a Domain Name. In the near future this future will be enhanced to also look at more interesting calls such as LSA/LookupSIDs2 and similar. svn path=/trunk/; revision=7362
2003-03-23Add support for decoding Intel ANS probes. Thanks go to Intel for providingGerald Combs1-1/+2
protocol information. svn path=/trunk/; revision=7359
2003-03-07Make the DISSECTOR_SRC macro match the Makefile.am one, with theGuy Harris1-1/+3
dissectors for the OpenBSD enc(4) encapsulating interface and RFC 3378 Ethernet-over-IP. svn path=/trunk/; revision=7311
2003-03-06From Miha Jemec :Ronnie Sahlberg1-1/+2
Functionality to reassemble a RTP stream and save it as a file. Support for G.711 coded svn path=/trunk/; revision=7297
2003-03-06From Lars Ronald :Ronnie Sahlberg1-1/+2
MGCP request/response matching and MGCPSTAT RTT calculation. For those with MGCP captures, try -z mgcp,rtd[,filter] svn path=/trunk/; revision=7294
2003-03-02From Jochen Friedrich: add support for:Guy Harris1-1/+3
HP extended 802.2 LLC HP-UX remote management over HP extended 802.2 LLC SNMP over HP extended 802.2 LLC. svn path=/trunk/; revision=7253
2003-03-01Yahoo Messenger YMSG protocol support, from Wayne Parrott.Guy Harris1-1/+2
Pull "packet-yhoo.h" into "packet-yhoo.c". svn path=/trunk/; revision=7226
2003-02-27From Akira Endoh: Wellfleet Breath of Life support.Guy Harris1-1/+2
svn path=/trunk/; revision=7210
2003-02-20Move packet-rsync.c into alphabetically correct posision in Makefile.*Jörg Mayer1-2/+2
Remove comma after last element in enum. svn path=/trunk/; revision=7176
2003-02-18From Brad Hards: initial rsync support.Guy Harris1-1/+2
svn path=/trunk/; revision=7171
2003-02-06From Olivier Biot: WBXML/WMLC support.Guy Harris1-1/+2
svn path=/trunk/; revision=7084
2003-02-04From Teemu Rinta-aho: draft 20 MIPv6 support (now in a file of its own).Guy Harris1-1/+2
svn path=/trunk/; revision=7071
2003-01-30From Chris Waters: MSN Messenger support.Guy Harris1-1/+2
svn path=/trunk/; revision=7045
2003-01-25SSH dissector, from Huagang Xie.Guy Harris1-1/+2
svn path=/trunk/; revision=7001
2003-01-24packet-dcerpc-nt.c is no longer a dissector so adjust MakefilesTim Potter1-2/+2
accordingly. svn path=/trunk/; revision=6996
2003-01-22From Dinesh Dutt:Guy Harris1-1/+2
- A new decoder called MDSHDR which decodes the internal header of the Cisco MDS switch (this is different from the Boardwalk header). - Support for some more new columns as part of FC support. - Fixed the decoding of the Special Frame in FCIP. - Fixed the decoding of credit management type field in FLOGI/PLOGI frame in FC-ELS. svn path=/trunk/; revision=6974
2003-01-22TopTalkers feature for Ethernet/IP/TokenRingRonnie Sahlberg1-1/+2
IO-Users is a feature for tethereal that will print statistics on io usage similar to top talkers in other tools. It needs to be ported to ethereal with a nice graph sometime later. try: -z io,users,ip see man-page svn path=/trunk/; revision=6972
2003-01-22SMB RTT statistics for tethereal and ethereal.Ronnie Sahlberg1-2/+3
SMB RTT statistics are similar to the RTT statistics already supported by ONC-RPC and DCE-RPC. It will present a table with all seen SMB commands and present the Min/Max and Avg response time in ms. Transaction2 and NT-Transaction commands are broken out and presented in its own subtables. tethereal feature is activated with -z smb,rtt switch and in ethereal it is activated either through -0z smb,rtt switch or through the Menu. svn path=/trunk/; revision=6966
2003-01-19From Huagang Xie: dissector for MySQL protocol.Guy Harris1-1/+2
svn path=/trunk/; revision=6939
2003-01-14From Dinesh Dutt:Guy Harris1-1/+6
- Decoders for the few remaining FC protocols not included in my first patch. Included in this list are decoders for FC-CT (common transport), Name Server (dNS), Fabric Configuration Server (FCS) and Zone Server (FZS). - Decoder for MDS Debug Port Adapter. MDS Debug Port Adapter (internal name was Boardwalk and this is the file name) is a piece of hardware that can be purchased with Cisco's MDS Fibre Channel switches that converts FC frames into Ethernet frames. One end is connected to a port on a FC switch and the other end is connected to a FE/GE Ethernet port. The decoder included here decodes the encapsulation header that carries information such as SOF/EOF of FC frames. svn path=/trunk/; revision=6919
2003-01-08From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesGuy Harris1-1/+2
from network-based libpcaps that use that protocol. svn path=/trunk/; revision=6875
2003-01-06Add an X.29 dissector.Guy Harris1-1/+2
The Q bit in X.25 doesn't mean "this is QLLC traffic", it's just a "this packet is special" indication. Have the X.25 dissector pass as the "private_data" pointer a pointer to a gboolean indicating whether the Q bit was set or not. Replace the "decode non-Q-bit traffic as SNA" option with a "decode traffic as QLLC/SNA if we didn't see the Call Request packet and thus don't know what it is" option, which hands traffic to the QLLC dissector for that traffic. Have the QLLC dissector hand traffic to the SNA dissector if the Q bit isn't set. Arrange that we determine whether the Q bit is set regardless of whether we're building the protocol tree or not. If we don't just dissect traffic as QLLC/SNA if we didn't see the Call Request packet, check not only for 0x45 (as an indication that it's probably IP), check also for NLPID_ISO8473_CLNP and treat that as an indication that it's probably OSI CLNP. svn path=/trunk/; revision=6854
2003-01-03Add support for SDLC encapsulation in DOS Sniffer captures; thatGuy Harris1-1/+2
includes adding an SDLC dissector. svn path=/trunk/; revision=6848
2003-01-02From Jeff Morriss:Guy Harris1-1/+3
make ANSI point codes filterable in MTP3; fix a bug in the ANSI SLS dissection; have MTP3 store the SI for use by subdissectors; add a new MTP3-Management dissector. Fix Makefile.nmake to include the Wellfleet HDLC dissector. svn path=/trunk/; revision=6837
2002-12-31From Devin Heitmueller: support for decrypting DCERPC conversationsGuy Harris1-1/+2
using NTLMSSP version 1. Show stub data as such for all requests and replies where we can't dissect the stub data as a request or reply for some DCERPC-based protocol. svn path=/trunk/; revision=6825
2002-12-18Fix a typo (cyrpt-md5.obj -> crypt-md5.obj).Gerald Combs1-2/+2
svn path=/trunk/; revision=6798