obnox/wireshark/wip.git
2011-07-01 geraldFix indentation.
2011-07-01 cmaynardI decode_tcp_ports(), don't abort processing zero windo...
2011-07-01 cmaynardInitialize the TCP windows to the maximum value instead...
2011-07-01 geraldTell Cygwin to create a core file if we run into any...
2011-07-01 cmaynardFrom spamlookup via https://bugs.wireshark.org/bugzilla...
2011-06-30 guyOops, indented one of the "Promiscuous" ones.
2011-06-30 guyLine up the colons.
2011-06-30 guyIt's not made from semolina. :-)
2011-06-30 tuexenAdd paranoid debug output in open_capture_device().
2011-06-30 geraldLog the success or failure of pcap_open/pcap_create...
2011-06-30 guyExport tvb_get_unicode_string().
2011-06-30 geraldTemporarily enable dumpcap debugging.
2011-06-30 tuexenRemove all interfaces when available.
2011-06-30 stigAvoid absurdly large values used in for-loops.
2011-06-30 darkjamesFix memory leak.
2011-06-30 tuexenCleanup.
2011-06-30 cmaynardUndo r37833 in favor of Sake's changes to be committed...
2011-06-30 geraldRemove tracing.
2011-06-29 geraldTemporarily enable tracing for the stdin capture step.
2011-06-29 cmaynardDon't colorize TCP window updates as "Bad TCP". This...
2011-06-29 cmaynardAlthough technically not needed, for clarity, explicity...
2011-06-29 cmaynardIndicate TCP fast retransmissions as an expert info...
2011-06-29 cmaynardBased on user feedback from Sharkfest '11, make the...
2011-06-29 cmaynardBased on Guy's suggestion from the user mailing list...
2011-06-29 darkjamesUpdate my email address.
2011-06-29 stigAdded a preference to turn of capture filter syntax...
2011-06-29 stigShow locale in version info (if !win32).
2011-06-29 stigStrengthen heuristics for Packets.
2011-06-29 tuexenCleanup whitespaces/indentation.
2011-06-29 guyDon't return an offset that you won't later use.
2011-06-28 geraldAdd more error output to try to see what's causing...
2011-06-28 tuexenDocument the handling of command line parameters with...
2011-06-28 tuexenCode cleanup.
2011-06-28 stigAdd $(GENERATED_H_FILES) to libui_a_SOURCES.
2011-06-28 stigAdd a missing dependency for text_import_scanner_lex.h
2011-06-28 stigFrom Jose Pedro Oliveira via bug 5803:
2011-06-28 stigUse the generated header file from Guy's Flex front...
2011-06-28 darkjamesExport all tfs from tfs.h
2011-06-28 stigFrom bug 6057:
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-28 tuexenUse the filter argument as the capture filter for all...
2011-06-27 geraldUse the latest libsmi package. Note that we now support...
2011-06-27 tuexenPut variable under the correct #ifdef.
2011-06-27 tuexenFix the bug reported by Guy. Now
2011-06-27 geraldUpdate suite-clopts.sh to match dumpcap's error output...
2011-06-27 tuexenReport the correct interface when there is a problem...
2011-06-27 tuexenEnable the cap_history again. It was temporary disabled...
2011-06-27 tuexenImprove the report of illegal capture filters. Also...
2011-06-27 stigFrom bug 6057:
2011-06-27 stigList cygwin 'zip' as a needed tool to build the U3...
2011-06-27 tuexenUse the interface description instead of the interface...
2011-06-27 stigRemove .cvsignore from svn:ignore.
2011-06-27 stigRemove compile and ylwrap when 'make maintainer-clean'.
2011-06-27 stigRemove Makefile.in when 'make maintainer-clean'.
2011-06-27 tuexenFix a bug when starting the capture without specifying...
2011-06-27 tuexenGet rid of old non-interface specific settings which...
2011-06-26 stigChanged adding a new coloring rule to put the new rule...
2011-06-26 gerald[Automatic manuf, services and enterprise-numbers updat...
2011-06-25 stigFrom Tony Trinh via bug 6018:
2011-06-25 stigAdded check for invalid chars in abbrev in ProtoField...
2011-06-25 stigRemove "range" from Lua's Pref.range(), as this value...
2011-06-25 stigFrom Tony Trinh via bug 5894:
2011-06-25 stigFrom Tony Trinh via bug 5895:
2011-06-25 stigMake guy's fix in revision 37236 actually work:
2011-06-24 jakeUpdate the dissector_add call to use the current API.
2011-06-24 jakeFrom Peter Nahas:
2011-06-24 cmaynardPrint the filter string, if one was specified, just...
2011-06-24 cmaynardMake Wireshark portable to all locales by calling setlo...
2011-06-23 geraldRemove old PCRE references from the Windows build envir...
2011-06-23 jakeFrom Dejan Bucar:
2011-06-23 jakeFrom Andrey Kulikov:
2011-06-23 jakeFrom Andrey Kulikov:
2011-06-23 geraldAdd a check for TShark's return status.
2011-06-23 geraldAdd pcap_options to the pcap_queue elements. This lets...
2011-06-23 wmeierWhitespace cleanup ...
2011-06-23 wmeierFrom Ivan Lawrow: GTS Descriptor count is a 3 bit field;
2011-06-23 stigCode from Jakub:
2011-06-23 stigUse ws_open/ws_read to avoid prohibited APIs.
2011-06-23 stigProhibited APIs: strncpy -> g_strlcpy.
2011-06-23 stigAdded missing $Id$
2011-06-23 etxrabFix some of the GTK deprecated functions.
2011-06-23 etxrabAdd GDK deprecated functions.
2011-06-23 etxrabAdd a protocol decode.
2011-06-23 stigFrom Tony Trinh via bug 5960:
2011-06-23 stigUse guint32 internally to store mask.
2011-06-23 stigRename Tvb_new_real to ByteArray_tvb, as it's a ByteArr...
2011-06-23 stigRename Tvb_tvb to TvbRange_tvb, as it's a TvbRange...
2011-06-23 darkjamesRemove not needed forward declaration.
2011-06-22 wmeierFix some gcc 4.6 "set but not used [-Wunused-but-set...
2011-06-22 stigDon't assert on invalid custom columns, just set as...
2011-06-22 wmeierFrom Xiao Xiangquan: A new dissector for Vuze DHT;
2011-06-22 geraldtvb_format_text → tvb_format_stringzpad.
2011-06-22 etxrabUse ENC_BIG_ENDIAN.
2011-06-22 etxrabProtect the columns from beeing overwritten.
2011-06-22 etxrabAdd a dissector table for CDR:s
2011-06-22 alagoutteFix a checkhf Warning
2011-06-22 etxrabMake it possible to copy stuff from the welcome header.
2011-06-22 alagoutteFrom mtwire via https://bugs.wireshark.org/bugzilla...
2011-06-22 stigAdded missing packet-mime-encap.c
2011-06-22 jmayerOops, forgot to revert a variable after a test build
next