obnox/wireshark/wip.git
2004-01-24 guyFrom Lars Ruoff (who also contributed the previous...
2004-01-24 guyHave "font_apply()" return an indication as to whether...
2004-01-23 guyDo the font loading code as two larger sections of...
2004-01-23 guyInclude the AddStyleName information in the zoomed...
2004-01-23 guyIf we call "font_apply()", we don't need to call
2004-01-23 guyIf the zoom factor is zero, don't construct a new font...
2004-01-23 guyClean up indentation.
2004-01-23 guyFrom Akira Endoh: support for labeled IPv6 unicast...
2004-01-23 guyFrom David Fort: NSEC RRs aren't the same as NXT RRs...
2004-01-23 ulflremoved line breaks to be able to compile again
2004-01-23 ulflfixed various things in "View" menu
2004-01-23 ulfladded a comment
2004-01-23 ulflfix assert, when failed loading zoomed font,
2004-01-23 guy"sprint_realloc_value()" takes a "u_char **" as an...
2004-01-23 guyFrom Yuriy Sidelnikov: call ACSE dissector for any...
2004-01-23 guyFrom Yuriy Sidelnikov: call ACSE dissector for any...
2004-01-23 guy"%.*" requires an "int" argument for the length.
2004-01-23 jmayerChange msg from guint8* to gchar* (because of tvb_forma...
2004-01-23 jmayerChange return type of tvb_format_text from guint8*...
2004-01-23 jmayerUpdate manuf
2004-01-23 geraldUpdate to GLib 2.2.3-20040116 and gettext 0.13.1.
2004-01-23 guyImprove some comments.
2004-01-23 jmayertrivial signed/unsigned warning fixes
2004-01-23 jmayerMove struct tcp_frag from follow.h to follow.c as it...
2004-01-23 ulflgtk_font_selection_set_filter doesn't work when run...
2004-01-23 ulflcode cleanup
2004-01-23 guyFrom David Fort: add support for RFC2535bis records.
2004-01-23 ulflmake some of the new menuitems insensitive,
2004-01-23 jmayertrivial signed/unsigned warning fixes
2004-01-23 jmayersigned/unsigned warning fixes
2004-01-23 guyFrom Pierre Juhen: add "find_protocol_by_id()" to the...
2004-01-23 guyFrom Lars Roland:
2004-01-22 obiotFrom Yaniv Kaul: register multipart/form-data.
2004-01-22 jmayerSlight formatting change
2004-01-22 guyFix the RCS ID.
2004-01-22 guyWe can't save "child_process" as a HANDLE on UNIX ...
2004-01-22 guyUse "fork_child" rather than "child_process" - on Win32...
2004-01-22 guyUse the length field in the UDP header:
2004-01-22 guyFix a typo.
2004-01-22 guyMove the list of headers to "Makefile.am" (it's not...
2004-01-22 ulflepan don't need GTK_CFLAGS as GTK isn't used,
2004-01-22 ulflbugfix: wrong parameter name
2004-01-22 ulflmoved GTK specific parts from capture.c to ui_util.c,
2004-01-22 ulfladded new Makefile.common just like in root,
2004-01-22 obiotAdd RCS ID with "$Id: $" (colon was missing).
2004-01-21 ulflThe progressbar had a parameter to specify the text...
2004-01-21 ulflthis dialog isn't used any longer.
2004-01-21 jmayerMove the list of dissectors (DISSECTOR_SRC) out of...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfldisplay_opts.c / .h no longer needed, all items moved...
2004-01-21 oabadgtk_font_selection_set_font_name doesn't work when...
2004-01-21 guyDon't include some xpm's when built with GTK+ 1.2[...
2004-01-21 guySquelch some compiler warnings.
2004-01-21 guyFrom Taisuke Sasaki: convert the ident field in the...
2004-01-21 ulflmoved remaining display options dialog settings to...
2004-01-21 ulflredesign of capture/display filter dialog.
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-21 ulfldon't try to set font size <= 0
2004-01-21 guyFix a check.
2004-01-20 guy"Go To {First,Last} Packet" don't pop up dialog boxes...
2004-01-20 guyThe offset argument to a "get_pdu_len" function is...
2004-01-20 guyFrom Jan Kiszka: compress the summary line display.
2004-01-20 ulflmissing icons for recent GUI additions
2004-01-20 ulflprevented GTK-warning, as the column index was too...
2004-01-20 ulflcommented out refresh_bt, as it's currently unused
2004-01-20 jmayersigned/unsigned warning fixes
2004-01-20 ulfla.) saving GTK1 and GTK2 fontnames in different prefere...
2004-01-20 obiotFrom Anders Broman:
2004-01-20 obiotFrom Chris Wilson:
2004-01-20 guyGet rid of declaration of no-longer-extant routine.
2004-01-20 guyPut in missing GTK_STOCK_STOP #define for GTK+ 1.2...
2004-01-20 ulflminor tooltip changes
2004-01-20 ulflcode cleanup and added some more
2004-01-20 guyFrom David Fort: use the checksum algorithm when comput...
2004-01-19 guyFrom Yaniv Kaul: add Shoutcast's ICY as a response(?).
2004-01-19 guyFree "media_type_str" once we've made the lower-cased...
2004-01-19 guyDCE RPC statistics are maintained only by major version...
2004-01-19 obiotFrom Lars Ruoff: temporarily comment out the code for...
2004-01-19 obiotFix a double free bug introduced by the previous patch.
2004-01-19 guyMove "ts_type_text" out of "epan/timestamp.h into ...
2004-01-19 guyMake the signatures of "dcerpcstat_reset()", "dcerpcsta...
2004-01-19 guyBefore checking for SASL security stuff, make sure...
2004-01-19 guyPut $(srcdir) in front of "make-version.pl", as is...
2004-01-19 guyWe need "cvsversion.h" in order to build stuff in the...
2004-01-19 jmayerchar *drep -> guint8 *drep
2004-01-19 jmayerTrivial signed/unsigned warning fixes
2004-01-19 jmayerTrivial warning fixes: func(void), not func()
2004-01-19 jmayerTrivial signed/unsigned warning fixes
2004-01-19 jmayerThe current year is 2004
2004-01-19 sahlbergUpdate to CLDAP
2004-01-19 ulflmove timestamp format options from "View->Options"...
2004-01-19 guyIt appears that, for ISDN captures, the rules for wheth...
2004-01-19 guyInclude <string.h> to declare "strcasecmp()".
2004-01-19 ulfladded some menuitems "View->Show" including show/hide...
2004-01-18 obiotFrom Anders Broman:
2004-01-18 geraldNote that Jeff Weston is now the maintainer.
2004-01-18 jmayerAdd -Wstrict-prototypes to extra-gcc-checks
2004-01-18 jmayerFix warnings found by -Wstrict-prototypes
2004-01-18 jmayerFix warnings found by -Wstrict-prototypes
2004-01-18 jmayerFix some of the warnings when compiling with -Wstrict...
next