aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
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
2002-12-17Rename md5.[ch] to crypt-md5.[ch] to conform with our naming conventions.Gerald Combs1-2/+2
svn path=/trunk/; revision=6793
2002-12-17From James Harris: Decrypt RADIUS user passwords.Gerald Combs1-1/+2
The MD5 is copyrighted by L. Peter Deutsch, and released under the same license as zlib. It is GPL-compatible, and should NOT have the GPL applied to it. svn path=/trunk/; revision=6790
2002-12-08Add packet-ipfc.c to Makefile.nmake.Gerald Combs1-1/+2
svn path=/trunk/; revision=6762
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs1-1/+7
header, Extended Link Service, Interswitch Link Service, FCP, and IPFC. svn path=/trunk/; revision=6757
2002-12-03From Devin Heitmueller:Guy Harris1-1/+3
add MD4 and RC4 crypto support; use it to decrypt the NT password encryption block in UnicodeChangePassword2. svn path=/trunk/; revision=6727
2002-11-15New protocol: Stub dissector for ClearCase NFS protocolRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=6640
2002-11-14Make the list of dissectors match the one for UNIX builds.Guy Harris1-1/+2
svn path=/trunk/; revision=6628
2002-11-14Make "tethereal-tap-register.c" and "ethereal-tap-register.c" depend onGuy Harris1-2/+2
the script that builds them. svn path=/trunk/; revision=6627
2002-11-10Add tethereal's tap objects to Makefile.nmake's "clean" target.Gerald Combs1-3/+4
Instead of setting MIBDIRS in tethereal.c and gtk/main.c, set it in packet-snmp.c. svn path=/trunk/; revision=6606
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationGuy Harris1-1/+2
header. Add overflow checks to "BYTES_ARE_IN_FRAME()", and cast all arguments to unsigned values (negative values should never be passed) to squelch compiler warnings. svn path=/trunk/; revision=6567
2002-11-04New tap extension to tethereal: ProtoColInfoRonnie Sahlberg1-1/+2
Using this command line option you canb now place any arbitrary display-filter fields on the COL_INFO line. Assume you want NFS dissector in tethereal to put ALL filehandle hashes (nfs.fh.hash) on COL_INFO. No worries, just add -z proto,colinfo,nfs.fh.hash,nfs.fh.hash as a parameter to tethereal. Never again do you need to hack tethereal and recompile just because you want some extra info on the COL_INFO line. svn path=/trunk/; revision=6560