aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
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
2002-11-02From Jochen Friedrich : Support for the RPL (Remote Program Load) protocol ↵Ronnie Sahlberg1-1/+2
implemented on some NIC bootproms. svn path=/trunk/; revision=6548
2002-11-01Cygwin doesn't necessarily come with an "sh.exe", so use "$(SH)" ratherGuy Harris1-3/+3
than "sh" to run a Bourne-compatible shell in "Makefile.nmake", and define "SH" to be "bash" in "config.nmake". svn path=/trunk/; revision=6540
2002-11-01New tap extension for tethereal : ProtocolHierarchyStatistics.Ronnie Sahlberg1-1/+2
Similar to what is available on ethereal:/Tools/ProtocolHierarchyStatistics but this one can handle ALL protocols that tethereal has dissectors for. Maybe a gtk/gtk2 version of this should replace the existing one in ethereal? Try -z io,phs or -z io,phs,<filter> to test it. svn path=/trunk/; revision=6532
2002-11-01New tap for tethereal: io statistics that provides frames/bytes counts for ↵Ronnie Sahlberg1-1/+2
frames matching user specified filters. Try it with -z io,stat,1,nfs,smb,arp on a capture containing both nfs, cifs and arp traffic. svn path=/trunk/; revision=6531
2002-11-01Added support for a new DCERPC pipe supported by Windows 2000. It hasTim Potter1-1/+2
something to do with Active Directory and has been named LSA_DS by the Samba Team. svn path=/trunk/; revision=6527
2002-10-31From Ronnie Sahlberg: have a registration interface for tap listeners,Guy Harris1-5/+62
and generate the table of stuff to register from tap source files, so Tethereal doesn't need to know what tap listeners exist. Get rid of "tap-xxx.h" files, as they're now empty. Add "tethereal-tap-register.c" to the .cvsignore file, as it's a new generated file. Update "Makefile.nmake" to generate "tethereal-tap-register.c". Clean up "Makefile.am" and "Makefile.nmake" a bit. svn path=/trunk/; revision=6525
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-1/+2
WTAP_ENCAP_ISDN encapsulation type, which includes a pseudo-header giving the direction (user-to-network or network-to-user) and the channel number. Add a new circuit type, using the ISDN channel number as the circuit ID. Add an ISDN dissector to put the direction and channel number into the protocol tree and to call the appropriate dissector for the payload based on the channel (LAPD for the D channel; V.120, PPP, or data for B channels, based on some heuristics). svn path=/trunk/; revision=6521
2002-10-23From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces.Guy Harris1-1/+2
svn path=/trunk/; revision=6479
2002-10-22From Jamie Fournier: AFS 4 UPDATE server support.Guy Harris1-1/+2
Merge two CREDITS entries for Jamie. svn path=/trunk/; revision=6472
2002-10-18From Peter Fales: ARCNET support.Guy Harris1-6/+7
Sort the lists of dissectors in the DISSECTOR_SRC macros in "Makefile.am" and "Makefile.nmake". svn path=/trunk/; revision=6450