aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-04-11BGP confederations support (RFC1965).Jun-ichiro itojun Hagino2-29/+62
2000-04-10Have separate global variables for the current "File:Open" andGuy Harris1-26/+48
2000-04-10Add DOCSIS BPDU patch from Johannes Hennecke <Johannes.Hennecke@elsa.de>.Gerald Combs2-2/+12
2000-04-09The "llc_ctrl_vals[]" value_string table isn't used to generate theGuy Harris1-3/+5
2000-04-08The "llc_ctrl_vals[]" value_string table isn't used to generate theGuy Harris1-10/+2
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris70-957/+452
2000-04-08Jeff Foster's rlogin dissector, and changes to the TCP dissector toGuy Harris5-4/+496
2000-04-08Minor update to SMB browse display code ...Richard Sharpe1-2/+2
2000-04-08Declare, in "wtap.h", Richard's new "wtap_read()" function.Guy Harris1-1/+2
2000-04-08Some stuff, like libdencode, needs a wiretap routine that allowsRichard Sharpe1-1/+6
2000-04-07Avoid using zero-length arrays - they're an extension that only someGuy Harris1-6/+4
2000-04-07Disable "Update list of packets in real tiem" andGilbert Ramirez1-1/+7
2000-04-07Patch for multiple %doc lines in RPM spec file.Gilbert Ramirez1-2/+3
2000-04-07When searching for a frame that matches a filter expression, weGuy Harris1-7/+7
2000-04-07Plug a memory leak in the "Find Frame" code - we weren't freeing theGuy Harris1-2/+5
2000-04-07Move to version 0.8.6.Gilbert Ramirez3-3/+11
2000-04-06Define "popup_menu_object" only in "gtk/menu.c", and just declare it asGuy Harris2-3/+5
2000-04-06Update the document to reflect Gilbert's changes to splitGuy Harris1-30/+98
2000-04-06Use the "-o" flag, rather than using the "-t" flag and redirecting theGuy Harris1-1/+1
2000-04-06Fix a typo in the rules to make "dfilter-grammar.c" andGuy Harris1-2/+2
2000-04-06After destroying the mem chunk for the packet list, null out the pointerGuy Harris1-2/+4
2000-04-06Add in an include of "snprintf.h" on platforms where it's necessary.Guy Harris1-1/+11
2000-04-05Add Attribute Tunnel-Password, from Florian Lohoff.Gilbert Ramirez1-1/+4
2000-04-05Spelling fix from Florian LohoffGilbert Ramirez1-2/+2
2000-04-05Update version and plugin directory.Gilbert Ramirez1-2/+2
2000-04-05Plugin API is at version 0.8.5 (reflected in directory name for plugins)Gilbert Ramirez2-7/+7
2000-04-05Packaging fixes.Gilbert Ramirez1-1/+4
2000-04-04Add a test to check if there is at least one enabled plugin before searchingOlivier Abad2-4/+4
2000-04-04Add "dissector_add()" to the list of routines exported to plugins viaGuy Harris3-3/+10
2000-04-04Add some additional notes aboutGuy Harris1-5/+120
2000-04-04Move to version 0.8.5Gilbert Ramirez2-2/+57
2000-04-04Add assertions from Ben Fowler <wapdev@leedsnet.com>.Gilbert Ramirez1-2/+4
2000-04-04Add #include "plugins.h" to get definition of HAVE_PLUGINSGilbert Ramirez1-1/+3
2000-04-04Add "clean" rules in subdirectories, and run subdirectory "nmake -fGuy Harris2-0/+7
2000-04-04The Win32 port of libpcap requires that programs with which it's builtGuy Harris3-3/+15
2000-04-04Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" intoGuy Harris4-45/+36
2000-04-04Use the new split between protocol registration and protocol handoffGuy Harris12-34/+62
2000-04-04Make "make-reg-dotc" generate a "register_all_protocol_handoffs()"Guy Harris6-12/+41
2000-04-04Make "register.c" depend on "$(srcdir)/make-reg-dotc", so that if theGuy Harris1-2/+2
2000-04-04Do all the UDP port numbers that we can, and that don't require specialGuy Harris1-44/+27
2000-04-04Make a routine that takes a dissector table, a port number, andGuy Harris4-40/+34
2000-04-04Allocate the new mem chunk for the capture in "open_cap_file()", ratherGuy Harris1-9/+6
2000-04-04Rename find_hfinfo_record() to proto_registrar_get_nth() sinceGilbert Ramirez3-27/+27
2000-04-03Set cf->plist_chunk in the other place where needed. Guy's experiencingGilbert Ramirez1-2/+10
2000-04-03Move the creation of, and registration of protocols known to UDP in, theGuy Harris4-23/+21
2000-04-03Fix a compile error introduced by the previous checkin, which also movedGuy Harris1-11/+12
2000-04-03Jeff Foster's patch to support attaching a hash table to a protocolGuy Harris6-187/+207
2000-04-03Another update from Doug Nazar.Guy Harris1-2/+2
2000-04-03Note that it didn't seem to save a significant amount of time or spaceGuy Harris1-2/+6
2000-04-03Use a GMemChunk for allocating and freeing "frame_data" structures; itGuy Harris2-11/+17