aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-07-12Mergecap utility for merging capture files, from Scott Renfro.Guy Harris12-14/+559
2001-07-12Patch to allow the creation of "User Exception decoding" code fromOlivier Abad1-29/+301
2001-07-12Additional filterable fields added, from Heikki Vatiainen.Guy Harris1-23/+50
2001-07-12Fixes to "proto_tree_add_item()" calls, and replacement ofGuy Harris1-8/+6
2001-07-12From Heikki Vatiainen: fix to previous checkin (I guess some platformsGuy Harris1-5/+5
2001-07-12"-t" flag for editcap, to adjust timestamps in frames, from ScottGuy Harris3-4/+115
2001-07-12Include <string.h> to declare string functions that we use.Guy Harris2-2/+4
2001-07-12Include "snprintf.h" if necessary, as we use "snprintf()".Guy Harris1-1/+5
2001-07-12NCP-over-IP bug fix (it wasn't skipping the NCP-over-{TCP,UDP} headerGuy Harris3-3/+11
2001-07-11SSL/TLS support, from Scott Renfro.Guy Harris5-2/+2473
2001-07-11Change from Heikki Vatiainen - mark the columns non-writable beforeGuy Harris1-1/+6
2001-07-11Put the settings of the flags into the summary line for the TACACS+Guy Harris1-2/+8
2001-07-11Make TACACS+ a separate protocol.Guy Harris1-81/+305
2001-07-11"make-reg-dotc" was writing the "#include "register.h"" line toGuy Harris1-1/+1
2001-07-11Add "register-static.c" to the list of files to ignore in CVS.Guy Harris1-0/+1
2001-07-11Put some missing header files into noinst_HEADERS, so they are made partGuy Harris1-1/+3
2001-07-11Not all C compilers allow C++-style comments.Guy Harris1-2/+2
2001-07-11From Todd Sabin: cleaned up "get_column_format_matches()".Guy Harris2-54/+53
2001-07-11Add entries for traceroute requests and responses to the value_stringGuy Harris1-24/+44
2001-07-11Just add the "hf_type" field in a traceroute message withGuy Harris1-6/+5
2001-07-11Support for dissectors of protocols running atop DCE RPC registeringGuy Harris9-178/+982
2001-07-11MSDP support, from Heikki Vatiainen.Guy Harris4-2/+555
2001-07-10From Paul Ionescu: fleshed out TACACS/XTACACS/TACACS+ dissector.Guy Harris2-64/+133
2001-07-10Add some additional items to .cvsignore files, for new files built whenGuy Harris2-0/+2
2001-07-10IGMP fixes and multicast traceroute support, from Heikki Vatiainen.Guy Harris2-37/+301
2001-07-10Fixed the make dist problem.Ed Warnicke3-6/+6
2001-07-10Moved documentation for plugins to README.plugins and expandedEd Warnicke2-80/+360
2001-07-10Small cleanup.Ed Warnicke1-5/+7
2001-07-09Autoconf support for glibc IPv6 support, from Pekka Savola.Guy Harris2-2/+16
2001-07-09Support for {Enter,Return} keys toggling expansion of selected protocolGuy Harris2-7/+22
2001-07-09C sources are in $(srcdir) and not the current directoryUwe Girlich2-4/+4
2001-07-09Get rid of the unused zero-length "bgpext_osptf_rtype_metric" array -Guy Harris1-3/+1
2001-07-08Get rid of an unused variable.Guy Harris1-3/+1
2001-07-08Add some XXX comments on questions about some packet information.Guy Harris1-2/+12
2001-07-08Support for draft-rosen-vpn-ospf-bgp-mpls and for additional BGPGuy Harris5-24/+92
2001-07-08Display LMNT tokens with the value 0xffff as "Windows NT Networking";Guy Harris1-72/+185
2001-07-08Fixed the {tethereal,ethereal}_static targets so that theEd Warnicke7-40/+115
2001-07-08Get rid of incorrect "const" qualifier.Guy Harris1-2/+2
2001-07-08Assume the last token in a Announce Change to UAS or SAM message is anGuy Harris1-5/+3
2001-07-08Use tvbuff-based routines to find the length of single-bit-character-setGuy Harris1-5/+20
2001-07-08Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg.Guy Harris6-509/+728
2001-07-08Some additional cleanup.Ed Warnicke2-2/+5
2001-07-07Support for ANSI flavor of MTP3, from Jeff Morriss.Guy Harris2-80/+243
2001-07-06Remove a comment that no longer applies - we no longer seek forward inGuy Harris1-18/+1
2001-07-05fixed some warning: comparison between signed and unsignedOlivier Abad1-4/+4
2001-07-05Don't capitalize the names of programs in the summary lines of man pagesGuy Harris4-4/+4
2001-07-05"wtap_file()" is no longer in Wiretap, so don't try to export it fromGuy Harris1-1/+0
2001-07-05Updates from Frank Singleton - get rid of an option that was madeGuy Harris1-13/+1
2001-07-05Fixed problem with handling empty parameters.Ed Warnicke2-5/+3
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyGuy Harris6-30/+14