obnox/wireshark/wip.git
2000-02-14 guyJeff Foster's SMB Mailslot and Netlogin dissectors...
2000-02-13 guyWhen exiting Ethereal, don't just unlink any temporary...
2000-02-12 guy"proto_add_item_subtree()" returns a value; its wrapper...
2000-02-12 guySquelch a complaint from Visual C++ 6.0 (the code was...
2000-02-12 guyGet rid of the check for NetBSD in the Wiretap "configu...
2000-02-12 guyUpdate the Win32 Nmakefiles to reflect the move of...
2000-02-12 guyRemove some unnecessary includes from "gtk/color_dlg...
2000-02-12 guySplit the color manipulation stuff into "color_dlg...
2000-02-12 guyThe color stuff is almost completely toolkit-dependent...
2000-02-12 guyMove the declarations of the routines in "gtk/file_dlg...
2000-02-12 guyMake the routines internal to the filter-editing dialog...
2000-02-11 guyFix from Nick Amato for a typo - "Link", in "Link State...
2000-02-11 guySay "Tethereal", rather than "Ethereal", in messages...
2000-02-11 gramAdd Peter Kjellerstedt <peter.kjellerstedt@axis.com...
2000-02-10 geraldSean Walmsley <sean.p.walmsley@Hydro.ON.CA> caught...
2000-02-09 gramChange LT_LIB_EXT to ".so" for non-Win32 platforms.
2000-02-09 gramInitialize *p_pi solely to get rid of compiler warning.
2000-02-09 gramIntegrate Ed Meaney's <emeaney@altiga.com> changes...
2000-02-09 guyThe time protocol is a simple request-response protocol...
2000-02-09 gramI forgot to add Dietmar's new file, packet-time.c.
2000-02-09 gramDietmar Petras provided:
2000-02-09 gramUpdate Makefiles for win32. Move local configuration...
2000-02-08 oabadIn debian/changelog :
2000-02-07 gramChange "unsigned gint64" to "guint64", and add GPL...
2000-02-07 gramCode changes, but not Makefile changes, for enabling...
2000-02-05 guyNote the document that specified the PIDs for VTP and...
2000-02-05 guyDissector for Cisco's Virtual Trunking Protocol.
2000-02-05 guyAllow filtering on 24-bit integral fields.
2000-02-05 guyCisco Group Management Protocol dissector.
2000-02-03 oabadIn init_plugins() :
2000-02-03 guyChange from Ed Meaney - when doing a "Save" or "Save...
2000-02-03 guyChange from Ed Meaney - write capture files in binary...
2000-02-03 guyChange from Ed Meaney - write capture files in binary...
2000-02-02 oabadIn dissect_ipopt_timestamp() :
2000-02-02 gramAlso listen for GDK_INPUT_EXCEPTION on the sync pipe...
2000-02-01 guyAdd a note about many Linux libpcaps turning promiscuou...
2000-02-01 guyNote that capture filters don't work on Linux loopback...
2000-02-01 gramMove to version 0.8.3.
2000-02-01 gramRemove libltdl sources.
2000-02-01 guyDissect packets to or from port 162 as SNMP packets...
2000-01-31 oabadIn init_plugins(), before scanning PLUGIN_DIR :
2000-01-31 gramAdd a semicolon in a win32 block of code.
2000-01-30 nneuladded support for clicking capture window's close box...
2000-01-30 nneulAdded ethereal_static extra target in Makefile.am....
2000-01-30 guyDissect the user data of an incoming CALL REQUEST/INCOM...
2000-01-30 guyAdd a bunch of additional NLPIDs from ISO 9577.
2000-01-29 guyJust pass the return value of "getuid()" directly on...
2000-01-29 guyFix #ifndef line whose symbol had been omitted.
2000-01-29 guyDon't put "get_home_dir()" inside #ifdef HAVE_LIBPCAP...
2000-01-29 gramRemove instances of getenv("HOME") and provide a get_ho...
2000-01-29 gramI forgot to toggle the data_out_file "semaphore" (well...
2000-01-29 guyThe user data in an X.25 call request packet is - at...
2000-01-29 gramSupport for NetXray 3.03 (the program version, not...
2000-01-29 gramFix a bug in the extraction of the sequence number.
2000-01-27 gramIf a file is opened, and then closed, the File|Open...
2000-01-27 guyTFTP Option Extension (RFC 2347) support, from Craig...
2000-01-26 guyIn case the "ts" field of a libpcap per-packet header...
2000-01-26 guyAlways declare, and define, "file_seek()" to return...
2000-01-26 girlichCorrected a SEGFAULT in v2 readdir reply, v3 readdir...
2000-01-26 oabadAdd a debian subdirectory and the files needed to gener...
2000-01-26 guyInitialize per-dissection data structures before doing...
2000-01-26 guyIn "dissect_clnp()", fill in "clnp" before looking...
2000-01-26 guyIn Win32, treat both '/' and '\' as pathname separators.
2000-01-26 gramCredit fix, and fix for building editcap.1 with build...
2000-01-26 guyItojun did part of the BSD zlib fix.
2000-01-26 gramMove version to 0.8.2, add Win32 to list of platforms...
2000-01-25 gramFix the File|Open menu problem for builds w/o pcap...
2000-01-25 gramAdd O_BINARY flag to open() for win32.
2000-01-25 gramAdd an include of "../menu.h" to fix a win32 build...
2000-01-25 gramEnable File|Open menu item when Ethereal is started...
2000-01-25 gramAdded additional manpages and binaries to RPM package...
2000-01-25 itojunparse multiple COMMUNITIES value.
2000-01-25 guyProvide a "get_dirname()" routine, that takes a pathnam...
2000-01-25 guy"gztell()" is also affected by the libz mess on platfor...
2000-01-25 guyUse "get_basename()" rather than finding the last compo...
2000-01-25 guyEncapsulate the code to take a pointer to a pathname...
2000-01-25 geraldIf we open a file, and immediately try to open another...
2000-01-25 geraldTry to work around the undraw_cursor() bug in GTK+...
2000-01-25 guyUpdate with URLs for the Win32 port on both sides of...
2000-01-25 guy"If there aren't any packets to select" means "if there...
2000-01-25 guyIf there aren't any packets to select, don't try to...
2000-01-25 guyAdd support for Cisco ISL.
2000-01-25 guyOn Win32, when splitting file names into directory...
2000-01-24 guyThe CRC is at the end of the frame, not at the end...
2000-01-24 guyAdd the CRC of the encapsulated frame to the ISL dissec...
2000-01-24 gramSet a fixed-width font for win32.
2000-01-24 guyOpen files with "rb" rather than "r" - this may fix...
2000-01-24 guyEthereal shouldn't use "file_seek()", "file_read()...
2000-01-24 guyAdd an INFO column with the VLAN ID.
2000-01-24 gramAdded the O_BINARY flag to open() for win32.
2000-01-24 guyAdd support for Cisco ISL.
2000-01-24 guyMake the Tethereal usage message reflect whether libpca...
2000-01-24 guyAdd spaces to the usage message, to match what was...
2000-01-24 guyKeep the sample command line in the usage message withi...
2000-01-24 guyInclude the "-D" flag in the usage message.
2000-01-24 guyHeikki Vatiainen's patch to add a flag to control wheth...
2000-01-24 guyFix a bunch of dissectors to use "pi.captured_len"...
2000-01-24 guyFix a bunch of dissectors to use "pi.captured_len"...
2000-01-24 guyAdd some new SAP values from
2000-01-24 guyxDLC frames other than I and UI frames may have a paylo...
next