obnox/wireshark/wip.git
2001-04-03 gramNow that WinPcap is a DLL, I can load it at run-time...
2001-04-02 nneulsimplistic check for encrypted data
2001-04-02 guyInclude <string.h> to declare "strlen()", and include...
2001-04-02 guyDon't use "u_int" and "u_char", as they're not defined...
2001-04-02 guyDon't use "u_int" for IPv4 addresses in "column-utils...
2001-04-02 guy"to_str.c" uses "size_t"; include <stdlib.h>, to declar...
2001-04-02 guyThe plugins code has an API that uses a type from ...
2001-04-02 guy"tvb_get_ptr()" now returns a "const guint8 *", not...
2001-04-02 guy"get_home_dir()", in "epan/filesystem.c", uses
2001-04-02 guyUse GLib types rather than "u_int" and "u_char" in...
2001-04-02 guyGet rid of a tab after a backslash - Microsoft Visual...
2001-04-02 guyInclude <sys/time.h> as well as <time.h> in "column...
2001-04-02 hagbardAdded two new arguments to epan_init() and proto_init...
2001-04-01 hagbardChanged proto_init() to have it fetch proto_malformed...
2001-04-01 hagbardAdded a function proto_get_id_by_filter_name() function...
2001-04-01 hagbardChanged packet_init() to look up the frame dissector...
2001-04-01 hagbardAdded a register_dissector() call in packet-frame.c...
2001-04-01 hagbardAdded #include<sys/time.h> to to_str.c
2001-04-01 hagbardMoved the the remaining column related routines out...
2001-04-01 hagbardMoved some ipv6 definitions from packet-ipv6.h to epan...
2001-04-01 hagbardMoved vines_addr_to_str() from packet-vines.{h,c} to...
2001-04-01 hagbardMoved timestamp.h into epan.
2001-04-01 hagbardAdded osi-utils.obj to epan/Makefile.nmake
2001-04-01 hagbardMoved some definitions and functions from packet-osi...
2001-04-01 hagbardMoved the packet_info structure and supporting function...
2001-04-01 hagbardAdded frame_data.obj
2001-04-01 hagbardMoved the frame_data structures and functions from...
2001-04-01 hagbardMoved the column_info structure and related enum from...
2001-04-01 hagbardMoved the value_string structures and function from...
2001-04-01 hagbardAdded to_str.obj
2001-04-01 hagbardMoved various to_str files from packet.{c,h} to a separate
2001-03-31 hagbardremoved #include "print.h" and #include "file.h" from...
2001-03-31 hagbardremoved #include "util.h" from filesystem.c and resolv.c
2001-03-31 hagbardremoved #include "prefs.h" from epan/plugins.h
2001-03-31 guyIn various Frame Relay and PPP routines that set the...
2001-03-31 guyBACNET support, from Hartmut Mueller.
2001-03-30 guyCall the encapsulation described in Annex E of Q.933...
2001-03-30 guyFix a case where we were putting a 1-byte field into...
2001-03-30 guyNLPID's of 0x08 and 0x09 should be labeled as Q.933...
2001-03-30 guyQ.931 protocol discriminators aren't, at least as I...
2001-03-30 guyCall the capture routine for PPP-in-HDLC-like-framing...
2001-03-30 guyCall the dissector for PPP-in-HDLC-like-framing (RFC...
2001-03-29 guyHave "dissect_ppp_stuff()" set the Protocol column...
2001-03-29 guyAdd WCP to the list of Ethernet types in "etype_vals...
2001-03-29 guyFix a typo.
2001-03-29 guyAn NLPID of 0xb0 is defined by ISO/IEC TR 9577 to be...
2001-03-29 gramChange name of "Last-Protocol" columns to "End" so...
2001-03-28 guyUse "proto_tree_add_boolean_hidden()", not
2001-03-28 oabadReplace proto_tree_add_item_hidden with proto_tree_add_...
2001-03-28 guyHandle, in the Q.931 heuristic dissector, the case...
2001-03-28 guySupport for TPKT being used for its original purpose...
2001-03-28 guyIf the IP header length is < 20, don't try to dissect...
2001-03-27 guyFix a comment.
2001-03-27 guyMake "comp_info_str" static in Ethereal - there's no...
2001-03-27 guyThere's no "-D" option to Ethereal - remove the "D...
2001-03-27 guyGive Tethereal a "-D" flag, inspired by WinPcap's ...
2001-03-27 guyAdded the created tvbuff into the original tvbuff chain...
2001-03-26 jfosterAdded the created tvbuff into the original tvbuff chain...
2001-03-26 jfosterChange proto_item_add_subtree to test for NULL pi value...
2001-03-26 nneulmisc afs/rx updates - more dissection, etc.
2001-03-26 guyGUI code fixes from Eduardo P�rez Ureta.
2001-03-26 gramCreate dialogue box as top-level window, not transient...
2001-03-25 guyTvbuffify the ICQ dissector.
2001-03-24 guyGet rid of extra definition of "byte_nb_ptr"; it's...
2001-03-24 guyFix typos in comments.
2001-03-24 guyAlways hand "print_line()" a string that ends with...
2001-03-24 guyPut a blank line before the line identifying the data...
2001-03-24 guyClear "fdata->data_src" when initializing a "frame_data...
2001-03-24 guy"reactivate_window()" is used only by stuff in the...
2001-03-24 guyThe declaration of "destroy_packet_wins()" belongs in
2001-03-24 guyGive the code that computes protocol statistics a progr...
2001-03-23 guyAdd a macro to extract the DLCI from the address field.
2001-03-23 guyBack out the guint64 stuff - it's not clear it's the...
2001-03-23 guyPut back some of Gilbert's changes lost by recent checkins.
2001-03-23 guyAdd "volatile" qualifiers so that variables survive...
2001-03-23 guyRoutines called by "g_node_traverse()" are supposed...
2001-03-23 guyPull the NLPID for Wellfleet compression into "nlpid.h".
2001-03-23 nneulMisc ubik/afs updates to correct a SEGV and add some...
2001-03-23 guyAdd the LMI dissector for Frame Relay and the Wellfleet...
2001-03-23 jfosterFixed problem in wcp_uncompress. If the proto_tree...
2001-03-23 guyDon't convert a WTP PDU type to a string by using as...
2001-03-23 jfosterUpdated the frame relay dissector - dissect-fr.c
2001-03-23 jfosterAdded named data sources printing support, written...
2001-03-23 jfosterFix last minute edit mistake in add_byte_tab.
2001-03-23 jfosterChanges required to support multiple named data sources.
2001-03-23 guyUpdate the version of the MGCP plugin.
2001-03-23 gramThe Win32 build builds wiretap as a DLL and requires...
2001-03-22 gramAdd a new tool which summarizes packet counts by protoc...
2001-03-22 gramShow "IEEE 802.3" as "IEEE 802.3 Ethernet" so as not...
2001-03-22 gramMove appletalk- and sna-related address routines out...
2001-03-22 guyTvbuffify the Microsoft Proxy dissector.
2001-03-22 guyBoost the size of some buffers to leave room for the...
2001-03-22 guyThrow in a cast to squelch a complaint from Visual...
2001-03-22 guyGet rid of no-longer-used "tvb_section_length()" routine.
2001-03-22 guyWhen constructing the tree for a LANMAN transaction...
2001-03-22 guyWhen dissecting LANMAN pipe transaction replies, store...
2001-03-21 guyUse common code to handle the beginning of LANMAN reque...
2001-03-21 gramAdd 48x48 PNG of new 3D logo with transparent background.
2001-03-21 guyWhitespace cleanup.
2001-03-21 guyShow a minimal tree for interim responses, showing...
next