metze/wireshark/wip.git
2001-02-03 Guy HarrisAllow filter names and expressions of arbitrary length...
2001-02-02 Gilbert RamirezAdd Makefile.nmake files for new subdirs.
2001-02-01 Gilbert RamirezCatch any exception thrown by accessing the tvbuff.
2001-02-01 Guy HarrisFix the previous checkin to correctly handle presence...
2001-02-01 Guy HarrisFor protocols, call the test for the field being presen...
2001-02-01 Guy HarrisUse the pretty name for the type, not the internal...
2001-02-01 Guy HarrisUse the ftype routines to determine what tests can...
2001-02-01 Guy HarrisFT_PROTOCOL is like FT_NONE; you can only test for...
2001-02-01 Guy HarrisMake some pointers "guchar" pointers, so that character...
2001-02-01 Guy HarrisDeclare "proto_tree_set_protocol_tvb()" at the top...
2001-02-01 Guy HarrisRename the "optarg()" and "opterr()" functions to ...
2001-02-01 Gilbert RamirezAlways show the scrollbar in the tree view panel, so...
2001-02-01 Gilbert RamirezGrumble, grumble. I forgot to add the license comment...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...
2001-02-01 Guy HarrisUpdates from Alexandre P. Ferreira.
2001-02-01 Guy Harris"Decode As" dialog, from David Hampton.
2001-02-01 Guy HarrisUpdates from Johan Jorgensen:
2001-01-31 Gilbert RamirezCorrect a comment.
2001-01-31 Guy HarrisThe plugin mechanism no longer uses display filters...
2001-01-30 Guy HarrisWork around a CMU SNMP bug wherein "sprint_value()...
2001-01-30 Guy HarrisWTLS support and WSP fixes, from Alexandre P. Ferreira.
2001-01-30 Gerald CombsSlightly better invalid packet handling.
2001-01-30 Gerald CombsFix a bounds checking problem when handed an invalid...
2001-01-30 Guy HarrisSNMPv2u support.
2001-01-29 Richard SharpeAdded a new error code I just found ... no such share.
2001-01-29 Guy HarrisThere's no need for a member of a "capture_file" struct...
2001-01-28 Guy HarrisThere's no need for a member of a "capture_file" struct...
2001-01-28 Guy HarrisInclude <direct.h>, if we have it, to declare "mkdir...
2001-01-28 Guy HarrisUse "Close", rather than "Cancel", in the filter dialog...
2001-01-28 Guy HarrisGet rid of support for old-style plugins (support for...
2001-01-28 Guy HarrisGet rid of support for old-style plugins (support for...
2001-01-28 Guy HarrisAdd "col_clear()" to the list of functions in the trans...
2001-01-28 Guy HarrisHave separate capture and display filter lists; some...
2001-01-28 Guy HarrisCall "get_filter_list()" when Ethereal starts up.
2001-01-28 Guy HarrisPull the stuff to read and write the list of filter...
2001-01-28 Guy HarrisFix up the indentation, to make it correct, and to...
2001-01-28 Guy HarrisMake a bunch of routines not used outside of "packet...
2001-01-28 Guy HarrisAllow dissectors of ONC RPC-based protocols to register...
2001-01-27 Guy Harris"autoheader" recognizes AC_CHECK_HEADERS as a macro...
2001-01-27 Guy HarrisHCLNFSD support, from Mike Frisch.
2001-01-26 Guy HarrisClean up the dissector registration up a bit - arrange...
2001-01-25 Guy HarrisFinish up support for writing NetMon 2.x capture files.
2001-01-25 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-24 Guy HarrisNote that this document should apply to post-4.0 versio...
2001-01-23 Guy HarrisFix forwarded by Johan Jorgensen of Axis Communications.
2001-01-23 Gerald CombsMobile IPv6 updates from Borosa Tomislav <tomislav...
2001-01-22 Guy HarrisMake the "Cancel" button in the "Protocol" dialog box...
2001-01-22 Guy HarrisSUA Light dissector, from Michael Tuexen.
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-22 Guy HarrisPut in comments explaining what the two "Universal...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-21 Guy HarrisRemove some more "CHECK_DISPLAY_AS_DATA()" calls and...
2001-01-21 Guy HarrisStart removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls...
2001-01-21 Guy HarrisAlways call the Ethernet and Token Ring dissectors...
2001-01-21 Guy HarrisArrange that if the filter list is edited in one dialog...
2001-01-21 Guy HarrisGive various filter constructing/editing dialog boxes...
2001-01-21 Guy HarrisIn the process of destroying a filter editing dialog...
2001-01-20 Guy HarrisNLM v2 is allegedly just the same as NLM v1, and NLM...
2001-01-18 Guy HarrisFix comments to reflect what a null function pointer...
2001-01-18 Guy HarrisChanges to look for SSL library for those who have...
2001-01-18 Guy HarrisPut in a URL that will eventually get you to The Open...
2001-01-18 Guy HarrisIn "ethertype()", catch exceptions from the dissector...
2001-01-18 Guy HarrisMake sure "fh_tree" is always set in "dissect_eth(...
2001-01-18 Guy HarrisPull the handling of trailers in Ethernet (as opposed...
2001-01-18 Guy HarrisSet "pinfo->current_proto" to the RPC program's name...
2001-01-18 Guy HarrisFix a typo in the URL for the Kazlib home page.
2001-01-18 Guy HarrisWell, I found that one of my captures was so large...
2001-01-17 Guy HarrisUpdate a comment to reflect reality (we no longer skip...
2001-01-17 Jeff FosterFixed potential buffer overflow in skip_header_records...
2001-01-17 Guy HarrisAutomake 1.4b (which is actually a test version of...
2001-01-16 Guy HarrisDo not use "match_strval()" unless you're prepared...
2001-01-16 Guy HarrisFix another "match_strval()" call.
2001-01-16 Guy HarrisThe PDU type of a WSP packet is presumably not signed...
2001-01-16 Guy HarrisCode from Ronnie Sahlberg to complete the NLM dissector.
2001-01-16 Guy HarrisUpdate a comment to reflect reality (we no longer skip...
2001-01-16 Jeff FosterMoved settingg wth->file_encap from sniffer_encap to...
2001-01-16 Guy HarrisCode to get a putative network subtype from a type...
2001-01-15 Guy HarrisSupport for the Native VLAN and Duplex items, and a...
2001-01-15 Guy HarrisAutomake is a jealous god. If, when sacrificing a...
2001-01-15 Guy Harris"get_netbios_name()" can never return a negative number...
2001-01-14 Guy HarrisUpdates from Michael Tuexen.
2001-01-14 Guy HarrisUpdate from Michael Tuexen to enhance handling of bundl...
2001-01-14 Guy HarrisAdd the PPP types for the DEC LANBridge100 Spanning...
2001-01-13 Guy HarrisUpdate from Michael Tuexen.
2001-01-13 Guy HarrisTvbuffify the SRVLOC dissector, and start trying to...
2001-01-13 Guy HarrisMake GRE use a dissector table for its protocol types...
2001-01-13 Guy HarrisTvbuffify the PIM dissector.
2001-01-13 Guy HarrisSupport for dissectors registering themselves with...
2001-01-13 Guy HarrisAlso save and restore the value of "pinfo->match_port" in
2001-01-13 Gilbert RamirezActually call capture_sll() from the capture loop.
2001-01-13 Guy HarrisSupport for the VTP Management Domain item in CDP packe...
2001-01-13 Guy HarrisMake top-level items for interleaved RTSP packets be...
2001-01-12 Guy HarrisIn all the routines that set "pinfo->current_proto...
2001-01-12 Gilbert RamirezIncrement module version.
2001-01-12 Gilbert RamirezMove the libethereal version to 0.8.15, and use the...
2001-01-12 Gilbert RamirezChange version numbers to 0.8.15
2001-01-12 Gilbert RamirezExplain the installation location of plugins on win32.
2001-01-11 Guy HarrisSome cleanups.
next