obnox/wireshark/wip.git
2011-07-04 guyExplain a bit more what this does.
2011-07-03 darkjamesFix one more undefined reference to `EBCDIC_to_ASCII'
2011-07-03 etxrabFrom Roland Knall:
2011-07-03 etxrabAdd enums to Event-Trigger" code="1006"
2011-07-03 etxrabFrom Martin Isaksson:
2011-07-03 darkjamesFix: tvbuff.obj : error LNK2019: unresolved external...
2011-07-03 guyNeed to export EBCDIC_to_ASCII().
2011-07-03 guyAdd a tvb_get_ephemeral_string_enc() routine that's...
2011-07-03 etxrabFrom Roland Knall:
2011-07-03 gerald[Automatic manuf, services and enterprise-numbers updat...
2011-07-03 guyAdd ENC_ values for UTF-8 and EBCDIC, support them...
2011-07-02 wmeierLog:
2011-07-02 wmeierRemove 3 lines of code no longer needed after SVN ...
2011-07-02 wmeierFix incorrect usage of gtk_radio_button_new_with_label...
2011-07-02 wmeierWhitespace cleanup (trailing spaces).
2011-07-02 wmeierFix: Wireshark crashes after repeating "File -> Import...
2011-07-02 stigRemoved empty directory docbook/wsluarm_src. It's...
2011-07-02 geraldUpdate the status of 64-bit Windows.
2011-07-02 geraldDisable DEBUG_CHILD_DUMPCAP.
2011-07-02 jmayeravoid warning about old style function definition
2011-07-01 darkjamesRevert r37857, r37861
2011-07-01 darkjamesTry to get more information about AV.
2011-07-01 geraldRe-enable Cygwin's error_start environment variable.
2011-07-01 stigRenamed "___tmp_color_filter___" to "___conversation_co...
2011-07-01 geraldComment out the addtion of error_start to CYGWIN in...
2011-07-01 darkjamesCatch system exceptions from pcap_open_live() :)
2011-07-01 cmaynardSince the TCP Flags tree encompasses 12 bits including...
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.
next