aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2002-01-04From Hamish Moffatt:Guy Harris1-2/+3
Add some missing files in the "clean" targets. Use pod2html rather than man2html to build HTML man pages. Fix ethereal.nsi.in for recent versions of NSIS, and fix a typo. svn path=/trunk/; revision=4475
2001-12-27Add in the SliMP3 data protocol dissector.Guy Harris1-1/+2
svn path=/trunk/; revision=4454
2001-12-26DLSw support, from Paul Ionescu.Guy Harris1-1/+2
svn path=/trunk/; revision=4449
2001-12-23From Ronnie Sahlberg: initial NDMPv3 support, and an update to hisGuy Harris1-1/+2
e-mail address. svn path=/trunk/; revision=4444
2001-12-19Van Jacobson decompression support for PPP, from Irfan Khan.Guy Harris1-1/+2
svn path=/trunk/; revision=4427
2001-12-19From Motonori Shindo: don't put the PDB files into the release, asGuy Harris1-6/+2
they're not built and the executables already contain debugging information, and update the README.win32 file appropriately and add Text2Pcap and Mergecap to it. svn path=/trunk/; revision=4425
2001-12-16M2TP support, from Heinz Prantner.Guy Harris1-1/+2
svn path=/trunk/; revision=4409
2001-12-16From Tim Potter: dissect some of the LSA RPCs stub data.Guy Harris1-1/+2
svn path=/trunk/; revision=4407
2001-12-12From Motonori Shindo:Guy Harris1-5/+9
fix a bogus batch mode inference rule of make, so that "vc60.pdb" files are created in the proper directory; delete ".pdb" files in a "nmake -f Makefile.nmake clean"; include the text2pcap and mergecap ".pdb" files in the Windows binary distribution. svn path=/trunk/; revision=4385
2001-12-11Update mtp3 dissector. Add mtp2 dissector.Gilbert Ramirez1-1/+2
From ichael Tuexen <Michael.Tuexen@micmac.franken.de> svn path=/trunk/; revision=4382
2001-12-08From Darren New: BXXP dissector modified to be a BEEP dissector.Guy Harris1-2/+2
Handle "bxxp." preferences as "beep." preferences. svn path=/trunk/; revision=4357
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-1/+2
files to get that big. From Thomas Wittwer and Matthias Nyffenegger: Support for "ring buffer mode", wherein there's a ring buffer of N capture files; as each capture file reaches its maximum size (the ring buffer works only with a maximum capture file size specified), Ethereal rolls over to the next capture file in the ring buffer, replacing whatever packets might be in it with new packets. svn path=/trunk/; revision=4323
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-2/+4
duration, from Thomas Wittwer and Matthias Nyffenegger. svn path=/trunk/; revision=4322
2001-12-03SMPP support, from Tom Uijldert.Guy Harris1-1/+2
svn path=/trunk/; revision=4315
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris1-1/+2
Tim Newsham. Add in missing item for WTAP_ENCAP_CISCO_IOS in the Wiretap encapsulation type table. svn path=/trunk/; revision=4290
2001-11-27From Todd Sabin:Guy Harris1-1/+2
o Modifies the dcerpc handoff to subdissectors slightly. It also needs to pass the data representation to the subdissector. Also, if no subdissector is found, it puts a "Stub data" entry in the tree. o Adds optional TCP desegmentation to the dcerpc layer. Note that dcerpc has it's own ability to fragment PDUs. This isn't for dealing with that, but with the case of a single PDU being broken over more than one TCP segment. o Adds a little bit of dissection to packet-dcerpc-epm.c. Mainly just proof of concept for the dcerpc handoff stuff. (Writing this is how I realized the need for the drep.) o Adds packet-dcerpc-ndr.c, which will contain NDR dissection routines for use by subdissectors. Also, support added for multiple PDUs per segment for DCERPC-over-TCP (and, potentially, other byte-stream transports). svn path=/trunk/; revision=4285
2001-11-24Update the Makefile.nmake files to reflect the move of "int-64bit.c" toGuy Harris1-3/+2
the "epan" subdirectory. Include "strptime.obj" in the list of object files used to build "text2pcap.exe". svn path=/trunk/; revision=4258
2001-11-24Support for time stamping packets in text2pcap, from Gordon McKinney.Guy Harris1-2/+2
svn path=/trunk/; revision=4252
2001-11-21Rename the "packet-msrpc-XXX.[ch]" files to "packet-dcerpc-XXX.[ch]", asGuy Harris1-10/+10
per Todd Sabin's suggestion. svn path=/trunk/; revision=4242
2001-11-15Add "packet-qllc.c".Guy Harris1-1/+2
svn path=/trunk/; revision=4209
2001-11-12Support for DCE RPC atop SMB, and support for several Microsoft DCE RPCGuy Harris1-2/+10
services used with SMB, from Tim Potter. svn path=/trunk/; revision=4194
2001-11-09Remove "text2pcap-scanner.obj" and "tools\lemon\lemon.obj" when a "nmakeGuy Harris1-3/+3
clean" is done. svn path=/trunk/; revision=4188
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris1-1/+2
for AIX 5.x's non-standard libpcap, where "pcap_datalink()" doesn't return DLT_ values, it returns RFC 1573 ifType values. Put that wrapper, and the routine to get the interface list, in a separate file, for packet-capture utility routines, so not everybody who includes "util.h" needs to include <pcap.h>. Fix up the Wiretap hack for dealing with said incompatibility to use the correct ifType value for Token Ring. svn path=/trunk/; revision=4184
2001-11-06IEEE 802.1x, a/k/a EAPOL, and PPP/EAPOL EAP support, from PekkaGuy Harris1-1/+3
Nikander. svn path=/trunk/; revision=4170
2001-11-06PCNFSD dissector file packet-pcnfsd.c added to source listUwe Girlich1-1/+2
svn path=/trunk/; revision=4167
2001-11-04SUA dissector, from Michael Tuexen, replacing (and subsuming) the SUAGuy Harris1-2/+2
Light dissector. svn path=/trunk/; revision=4156
2001-11-01From David Frascone: duUpdate to Diameter dissector to load theGuy Harris1-1/+2
dictionary as an XML file rather than building it in, and various Diameter updates. svn path=/trunk/; revision=4122
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris1-1/+2
without requiring compiler support for them, and updates to the Diameter, L2TP, NFS, and NLM dissectors to use it and to the ONC RPC dissector to allow ONC RPC subdissectors to use it. svn path=/trunk/; revision=4099
2001-10-11Initial Skinny Client Control Protocol support, from Joerg Mayer.Guy Harris1-1/+2
svn path=/trunk/; revision=4016
2001-10-08UCP support, from Tom Uijldert.Guy Harris1-1/+2
svn path=/trunk/; revision=4009
2001-09-25MMSE support, from Tom Uijldert.Guy Harris1-1/+2
svn path=/trunk/; revision=3954
2001-08-18ICAP support, from Simharajan Srishylam.Guy Harris1-1/+2
svn path=/trunk/; revision=3846
2001-07-23GMRP dissector, from Markus Seehofer.Guy Harris1-1/+2
Throw a very small caltrop in the way of spam-harvesters, by replacing "@" in e-mail addresses in the AUTHORS file and Ethereal man page with "[AT]" (although I wouldn't be surprised to find that some of those harvesters already know about that trick and "fix" those addresses so you, too, can receive Valuable Information about Viagra, can-fail Internet investment opportunities and stuff-envelopes-at-home jobs, and cable descramblers). Add a couple of items from the AUTHORS file to the Ethereal man page. svn path=/trunk/; revision=3781
2001-07-22new file packet-quake3.c addedUwe Girlich1-1/+2
svn path=/trunk/; revision=3768
2001-07-21There is really no need to have the BGP dissector and the LDP dissectorGuy Harris1-1/+2
have two independent "value_string" tables mapping RFC 1700 address family numbers to names, nor is there any need to have the BGP dissector and the PIM dissector have two independent sets of #defines for RFC 1700 address family numbers; put a single "value_string" table in "afn.c" and put a declaration of it, and #defines for the address family numbers, into "afn.h", and have the dissectors use that. Move the #define for PGM into "ipproto.h", and add an entry for it in the "value_string" table in "ipproto.c". Have the PGM dissector use the standard Ethereal mechanisms for resolving addresses, and have it use "value_string" tables for mapping option types, the OPX bits, and packet types to strings. Use "bytes_to_str()" to turn byte arrays into strings of hex digits. Pass the packet type string to "dissect_pgmopts()" as an argument, rather than making it a global. Don't use "proto_tree_add_XXX_format" routines if you can possibly just use "proto_tree_add_XXX"; give various fields the correct radix and type, and VALS() strings if necessary, to make that happen (and to make filtering on them more pleasant). Put the type, length, and total length of the options into the protocol tree as separate fields. Don't have separate type, length, and OPX fields for every type of option; one field will suffice. Don't format a string with "sprintf()" and then pass that string to "col_add_fstr()" with a format of "%s" and the string as an argument - "col_add_fstr()" can format strings itself (that's what the "f" stands for). Don't byte-swap and then un-byte-swap IPv4 address fields in the header, just leave them network byte order to start with. Use the correct fields for "proto_tree_add_XXX", rather than using the same field multiple times. Quit early if an address family identifier isn't AFNUM_INET, as that means the structure we use to dissect the header doesn't match the actual header. svn path=/trunk/; revision=3761
2001-07-12PGM (Pragmatic General Multicast - RFC 2705) support, from Steve Dickson.Guy Harris1-1/+2
svn path=/trunk/; revision=3702
2001-07-12Mergecap utility for merging capture files, from Scott Renfro.Guy Harris1-4/+15
svn path=/trunk/; revision=3701
2001-07-11SSL/TLS support, from Scott Renfro.Guy Harris1-1/+2
svn path=/trunk/; revision=3692
2001-07-11Support for dissectors of protocols running atop DCE RPC registeringGuy Harris1-1/+6
themselves with the DCE RPC dissector, and support for some of the protocols atop DCE RPC that are part of DCE RPC, from Todd Sabin. svn path=/trunk/; revision=3681
2001-07-11MSDP support, from Heikki Vatiainen.Guy Harris1-1/+2
svn path=/trunk/; revision=3680
2001-06-29MSNIP support, from Ronnie Sahlberg.Guy Harris1-1/+2
svn path=/trunk/; revision=3622
2001-06-27MRDISC support, from Ronnie Sahlberg.Guy Harris1-1/+2
svn path=/trunk/; revision=3614
2001-06-21M2PA support, from Jeff Morriss.Guy Harris1-1/+2
svn path=/trunk/; revision=3596
2001-06-21new source files packet-quakeworld.c and packet-quake2.c addedUwe Girlich1-1/+3
svn path=/trunk/; revision=3594
2001-06-14RFC 2250 MPEG1 support, from Francisco Javier Cabello.Guy Harris1-1/+2
svn path=/trunk/; revision=3544
2001-06-12DVMRP support, from Ronnie Sahlberg.Guy Harris1-1/+2
Give "packet-igmp.c" an RCS ID. svn path=/trunk/; revision=3539
2001-06-08Move the fragment reassembly code into "reassemble.c" andGuy Harris1-1/+2
"reassemble.h", and remove IPv4 dependencies from it. Use it for OSI CLNP segment reassembly as well. svn path=/trunk/; revision=3525
2001-06-06Gnutella support, from B. Johannessen.Guy Harris1-1/+2
svn path=/trunk/; revision=3520
2001-06-02Windows and the MSVC++ 6.0 library don't have "strptime()", so pull inGuy Harris1-2/+3
the glibc "strptime()" (modified so it doesn't require the rest of glibc), set up the configure script to check for it, and set up Makefile.am and Makefile.nmake to use it. Get rid of NEED_MKSTEMP - nothing uses it. svn path=/trunk/; revision=3500
2001-05-30iSCSI support, from Mark Burton.Guy Harris1-3/+4
svn path=/trunk/; revision=3482