Make the Zebra dissector, and a routine it uses, static, as they're not
[obnox/wireshark/wip.git] / epan /
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
2000-11-19 geraldCheck to make sure the h_addr entry returned by gethost...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-18 guyFix a number of problems that caused compiles to fail if
2000-11-18 guyNobody calls "old_try_conversation_dissector()" or
2000-11-18 guyPut in an empty declaration of "struct dissector_handle...
2000-11-18 guyTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-18 guyDo the checks for the presence of a conversation dissec...
2000-11-18 guyDon't attempt to call the dissector for a conversation...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-11-15 guyMove the table of bit-swapped byte values to "epan...
2000-11-15 guyAdd a mechanism by which a dissector can be registered...
2000-11-14 gramAdd tvb_set_child_real_data_tvbuff(), which allows...
2000-11-13 guyAdd "dissector_delete()", "proto_item_get_len()",
2000-11-13 guyAdd the tvbuff routines expected to be used by dissecto...
2000-11-13 guyMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-11-12 guyAdd a Makefile.nmake for the MGCP plugin, and update
2000-11-12 guyMake "tvb_find_line_end()" and "tvb_find_line_end_unquo...
2000-11-11 guyMake the string-to-compare-with arguments to "tvb_strne...
2000-11-11 guyGet rid of the definitions of LITTLE_ENDIAN and BIG_END...
2000-11-10 guyAllow "tvb_find_guint8()", "tvb_pbrk_guint8()", and...
2000-11-10 guyTvbuffify the SAP and SDP dissectors.
2000-11-09 guyTvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.
2000-11-09 guySupport for embedded newlines in SDP fields, from Rober...
2000-11-05 guyAllow plugins to have, instead of "protocol" and "filte...
2000-11-03 nneulCorrected BASE_OCT support for display formats. Note...
2000-11-01 guyAdd a fourth choice of time format in the packet list...
2000-10-27 gramMove to version 0.8.13.
2000-10-27 gramAdded some autoconf- and automake-generated files to...
2000-10-21 guyWildcard matching is tricky - you have to try wildcardi...
2000-10-21 guySupport for conversations with "wildcard" destination...
2000-10-19 guyMove the declaration of "g_resolving_actif" from the...
2000-10-19 guyThere's no "exception.h" header file in "epan", but...
2000-10-18 guyGet rid of extra declaration of HAVE_DIRECT_H; one...
2000-10-17 guyMake the top-level "config.h.win32" more closely resemb...
2000-10-17 guyPatch from Heikki Vatiainen to make "tvb_strnlen()...
2000-10-17 guyDo checks for platform-specific compiler flags in the...
2000-10-16 guyGive libethereal its own configuration file, and have...
2000-10-14 gramMove inet_*.[ch] files to epan.
2000-10-14 gramWhile keeping the directory named 'epan' and the symbol...
2000-10-11 guyFix it to build on Windows.
2000-10-06 gramImplement epan_dissect_new() and epan_dissect_free...
2000-09-30 oabad- HAVE_PLUGINS is defined in plugins.h so it must be...
2000-09-30 guyIf a line consists *solely* of an LF, set "*eol" to...
2000-09-29 guyDynamically grow the buffer used by "format_text()...
2000-09-28 gramSimple code movement.
2000-09-28 gramSimple code movement to epan.
2000-09-28 gramMore EPAN-related code movements. Get rid of usage...
2000-09-27 gramMove packet.[ch] to epan
2000-09-27 gramFix for bug in lex command.
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.