Now that WinPcap is a DLL, I can load it at run-time rather than load-time.
[obnox/wireshark/wip.git] / epan /
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"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 #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-26 jfosterChange proto_item_add_subtree to test for NULL pi value...
2001-03-23 jfosterChanges required to support multiple named data sources.
2001-03-23 gramThe Win32 build builds wiretap as a DLL and requires...
2001-03-22 gramMove appletalk- and sna-related address routines out...
2001-03-15 guyThe other "proto_tree_add" routines will, if the "tree...
2001-03-15 guyAdd a new AT_OSI address type.
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2001-03-07 gramIn the code that handles finding a field after a user...
2001-03-06 gramAdd some win32-specific targets in .cvsignore's.
2001-03-05 gramMove version to 0.8.16.
2001-03-03 guyFix some places where value-to-string routines were...
2001-03-02 gramCalculate the height and width of m_r_font globally...
2001-03-02 gramGet rid of unused method from ftypes structure.
2001-03-02 gramEnable slices of [i-j], where i is start offset and...
2001-03-01 gramCreate proper display filter for FT_BOOLEAN when using...
2001-02-27 gramMove the location of cppmagic.h, since the lemon-flex...
2001-02-27 gramAdd Ed Warnicke's drange code to the new dfilter system.
2001-02-27 guyFix up the handling of NBIPX packets, and of Microsoft...
2001-02-26 guyRemove the Lemon stuff from EXTRA_DIST; the Lemon sourc...
2001-02-16 gramActually, this works better.
2001-02-16 gramUse the proper way to denote that a single operation
2001-02-15 guyMore prototype fun - make the Lemon parser allocate...
2001-02-13 guyIn a display filter expression, make a field name refer...
2001-02-12 guyIf there are multiple fields with the same name, list...
2001-02-11 gramMake boolean equality/inequality tests smarter; they...
2001-02-11 gramRemove unused variable and add copyright and RCS ID.
2001-02-08 guyIn "call_dissector()", if the protocol for the dissecto...
2001-02-02 gramAdd Makefile.nmake files for new subdirs.
2001-02-01 gramCatch any exception thrown by accessing the tvbuff.
2001-02-01 guyMake some pointers "guchar" pointers, so that character...
2001-02-01 guyDeclare "proto_tree_set_protocol_tvb()" at the top...
2001-02-01 gramGrumble, grumble. I forgot to add the license comment...
2001-02-01 gramCreate a more modular type system for the FT_* types...
2001-02-01 guy"Decode As" dialog, from David Hampton.
2001-01-31 gramCorrect a comment.
2001-01-31 guyThe plugin mechanism no longer uses display filters...
2001-01-28 guyGet rid of support for old-style plugins (support for...
2001-01-28 guyAdd "col_clear()" to the list of functions in the trans...
2001-01-26 guyClean up the dissector registration up a bit - arrange...
2001-01-18 guyPull the handling of trailers in Ethernet (as opposed...
2001-01-17 guyAutomake 1.4b (which is actually a test version of...
2001-01-13 guyTvbuffify the PIM dissector.
2001-01-13 guyAlso save and restore the value of "pinfo->match_port" in
2001-01-12 guyIn all the routines that set "pinfo->current_proto...
2001-01-12 gramMove the libethereal version to 0.8.15, and use the...
2001-01-12 gramChange version numbers to 0.8.15
2001-01-10 guyIn "{old_}dissector_try_port()", check whether the...
2001-01-09 guyAdd a new "ip_to_str_buf()" routine that takes a pointe...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-09 guyAdd tables of "conversation" dissectors, which are...
2001-01-03 guyAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-27 guyTvbuffify the RIP and OSPF dissectors.
2000-12-25 guyAdd a new "tvb_strsize()" routine, which finds the...
2000-12-22 nneulfix '#endif FRED' to '#endif /* FRED */'
2000-12-22 gramEnable FT_BYTES dfiltering, from Ed Warnicke.
2000-12-13 guyAdd code to check the checksums of TCP segments and...
2000-12-04 guyAdd a "col_clear()" routine, to clear a column; it...
2000-12-03 guyUpdate a comment.
2000-12-03 guyDeclare "proto_malformed" in "packet-frame.h", as ...
2000-12-03 guyNothing in "packet.c" uses the global "cfile", so there...
2000-12-03 guyPull the code to set the fields in the "cfile.cinfo...
2000-11-30 guyIn "tvb_find_guint8()" and "tvb_pbrk_guint8()", correct...
2000-11-30 gramIn tvb_set_reported_length(), don't assert on
2000-11-29 guyGet the suffix for dynamically-loaded modules by means...
2000-11-28 gramMove Win32 version to 0.8.14.1
2000-11-22 guyGenerated Bison and Flex files test whether __STDC__...
2000-11-21 girlichSenseless old prototype for rpc init removed.
2000-11-20 gramMove to version 0.8.14
2000-11-20 gramMove tvbtest.c to EXTRA_DIST
next