Do the standard "next entry offset" stuff in NT NOTIFY replies, so as to
[obnox/wireshark/wip.git] / epan /
2002-04-12 guyAdd (untested) routines to fetch IEEE single-precision and
2002-04-11 gramAdd "-" (hyphen) to the pattern for field-name/non...
2002-04-08 gramMake some variables and functions static.
2002-04-04 guyBefore putting an item into a protocol tree, make sure...
2002-04-01 guyStart assigning ett_ values at 0, rather than 1; get...
2002-03-29 geraldBump the version to 0.9.3. Update NEWS to be current to
2002-03-28 guyInitialize the fields of "edt->pi" in order - and initi...
2002-03-19 guyAllow "proto_item_append_text()" to an item that doesn...
2002-03-06 gramtvb_get_nstringz() needs to terminate a string with...
2002-03-03 geraldBump the version to 0.9.2. Update NEWS to include...
2002-03-03 guyFrom Heikki Vatiainen: make "get_host_ipaddr()" require...
2002-03-02 guyFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-02-27 gramRemove unused variables, structure definitions, and...
2002-02-27 guyFrom Joerg Mayer:
2002-02-27 guyFrom Joerg Mayer: remove unused variables and declarati...
2002-02-27 guyFix "create_dissector_handle()" to properly create...
2002-02-26 guyAllow dissectors to be registered as "old-style" or...
2002-02-25 guyNote that we could save some overhead if we require...
2002-02-24 guyGet rid of "init_all_protocols()"; instead, have a...
2002-02-23 guyFrom John Mackenzie: put missing initializations of...
2002-02-22 guyHandle TPKT packets split across segment boundaries...
2002-02-20 guyExport "conversation_set_dissector()" in the plugin...
2002-02-18 guyHave "alloc_field_info()" take a pointer to the field...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-02-17 guyWith the tvbuffication of all dissectors, the "packet_i...
2002-02-15 gramComment-out FT_UCS2_LE, and remove the already commente...
2002-02-11 gramdissect_frame() can throw a ReportedBoundsError; catch...
2002-02-06 guyOld-style (non-tvbuffified) dissectors haven't been...
2002-02-05 guy"log" is a name that belongs to the ANSI C89 standard...
2002-02-05 guyThe typedef in "epan/value_string.h" declares "value_st...
2002-02-02 geraldUpdate version to 0.9.1. Add NEWS entries for 0.9...
2002-02-02 guyRoutines added to the plugin table, and include-once...
2002-02-01 guySquelch a GCC warning.
2002-02-01 gramProvide tvb_ensure_length_remaining(), which is like
2002-01-31 guyThere's no need to dynamically allocate the string...
2002-01-31 guyDon't include "inet_v6defs.h" in "column-utils.c";...
2002-01-30 guyRemove the "--without-gcc" option - it doesn't work...
2002-01-30 guyAdd a "--without-gcc" option, similar to what tcpdump...
2002-01-30 guyTry defining just _USE_XOPEN and see if that gets ...
2002-01-30 guyAlas, on Solaris, defining _XOPEN_SOURCE causes some...
2002-01-30 guyIPv6 name resolution support on Solaris 8, from Heikki...
2002-01-29 gramUse:
2002-01-29 guySupport for capturing on, and reading captures from...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyAllow a length of -1 to be specified when adding FT_NON...
2002-01-17 guyUse the "fragmented" field of the "packet_info" structu...
2002-01-13 guyAdd a preferences page for the name resolution flags.
2002-01-11 guyFrom Jirka Novak:
2002-01-07 guyClean up white space.
2002-01-05 gramLong NCP traces can easily have many packets whose...
2002-01-04 guyIf the "parent directory" of what would be the personal...
2002-01-04 guyFrom Hamish Moffatt:
2002-01-04 guyFix up white space.
2002-01-04 guy"proto_tree_is_visible" no longer exists as a global...
2002-01-04 gramThrow a BoundsError if a length parameter in a tvbuff...
2001-12-28 guyCorrectly handle the nanoseconds fields in strings...
2001-12-23 geraldBump the version up to 0.9.0. Update the NEWS file.
2001-12-20 guyWork around Windows' annoying decision to map 0.0.0...
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-12-16 guyAdd an extra argument to "epan_dissect_new()" that...
2001-12-13 gramPlug a really bad memory leak. The GPtrArrays of field_...
2001-12-12 guyFrom Motonori Shindo: add "*.pdb" to the ".cvsignore...
2001-12-12 guyFrom Motonori Shindo:
2001-12-10 guyRemove some extra blank lines.
2001-12-10 guyThe packet length is an unsigned quantity; print it...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-08 guyClean up indentation.
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-12-07 guyUse "-no-cpp-precomp" rather than "-traditional-cpp...
2001-12-07 gramDfilter code finds field under *any* parent's subtree...
2001-12-06 gramRemove proto_tree from capture_file and PacketWinData...
2001-12-03 guyRemove the no-longer-extant "conv_dissector_add()"...
2001-12-03 guyA "dissector_table_t" is no longer a pointer to a hash...
2001-12-03 guyGet rid of the lists of conversation dissectors; instea...
2001-12-03 guyAdd a routine tro look for a given port in a given...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-12-03 guyRename another routine to get rid of an unnecessary...
2001-12-03 guyDon't bother saving or restoring "can_desegment" until...
2001-12-03 guyRename and re-comment some routines to make it clearer...
2001-11-29 guyUpdate from Ronnie Sahlberg:
2001-11-27 guyChange "conversation_set_dissector()" to take a dissect...
2001-11-26 hagbardThis should be the final bit of removing the dissect_da...
2001-11-26 hagbardSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-24 guyUpdate the Makefile.nmake files to reflect the move...
2001-11-22 hagbardMoved int-64bit.{c,h} into epan/
2001-11-21 gramRemove the pointer to the global packet_info from the...
2001-11-21 gramRemove the global packet_info called "pi". Dissectors...
2001-11-21 guyGet rid of some unused variables.
2001-11-21 guyFix an earlier typo of mine.
2001-11-20 guyGet rid of "tvb_compat()"; it's no longer needed (the...
2001-11-20 guyGet rid of the "len" and "captured_len" members of...
2001-11-20 guyMake the capture routines take an additional argument...
2001-11-20 guy"END_OF_FRAME" and "IS_DATA_IN_FRAME()" are no longer...
2001-11-20 guyAllow the tvbuff pointer to various "proto_tree_add...
2001-11-15 guyGet rid of NullTVB, the "compat_top_tvb" member of...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-11-04 guyInclude "conversation.h", as the plugin API now include...
2001-11-04 guyDeclare routines exported to plugins through the plugin...
2001-11-04 guyAdditional routines made available to plugins, from...
2001-11-03 guyTvbuffification of Negotiate Protocol, from Ronnie...
next