metze/wireshark/wip.git
2013-10-13 Graham BloiceAdd CMake properties to targets so that they are logica...
2013-10-13 Pascal QuantinFix dissection of Home Provider CID and fix a typo...
2013-10-13 Evan HuusSo a while back Jeff added some code to check that...
2013-10-13 Evan HuusOrder our conditionals to take advantage of the fact...
2013-10-12 Pascal QuantinUpdate the User Guide for the upcoming 1.11.0 release
2013-10-12 Evan HuusTweak/simplify some tvbuff length check functions sligh...
2013-10-12 Jörg MayerRemove some things that I added while not understanding...
2013-10-12 Evan HuusRedo r52569 in a way that doesn't break the GUI. Add...
2013-10-12 Evan HuusRevert r52569, it breaks the GUI since that sometimes...
2013-10-12 Chris MaynardIf the offset is out of bounds, have tvb_length_remaini...
2013-10-12 Chris MaynardDon't assume that tvb_length_remaining() or tvb_reporte...
2013-10-12 Evan HuusUse wmem_free_all on the tree pool rather than freeing...
2013-10-12 Evan HuusUse a wmem block allocator to allocate field_infos...
2013-10-12 Pascal QuantinUpdate User Guide for 1.11 preparation
2013-10-12 Pascal QuantinFrom Todd Newton via https://bugs.wireshark.org/bugzill...
2013-10-12 Evan HuusWe can't use proto_tree_add_uint_* for FT_TIME fields...
2013-10-12 Evan HuusBased on help and suggestions from Johannes Berg, fix...
2013-10-12 Evan HuusFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2013-10-12 Gerald CombsHave pixbuf_to_widget() use a guint8 * to match
2013-10-12 Gerald CombsAnother Solaris Studio C++ fix.
2013-10-12 Evan HuusFree the actual struct, not the typedef thereof, becaus...
2013-10-12 Gerald CombsSolaris Studio C++ won't let us pass the address of...
2013-10-12 Gerald CombsUpdate to the latest Windows library tags. Add an ...
2013-10-12 Gerald CombsQT_DIR → QT5_BASE_DIR. This matches the CMake environment.
2013-10-11 Gerald CombsLook for Qt in WIRESHARK_LIB_DIR. Add a conditional...
2013-10-11 Jörg MayerWith Gerald's patch we should no longer require GTK...
2013-10-11 Gerald CombsOne more HAVE_LIBPCAP.
2013-10-11 Jeff Morrisscf_start_tail() is (now) just a wrapper around cf_open...
2013-10-11 Gerald CombsTry to fix Qt compilation when libpcap is disabled.
2013-10-11 Jeff MorrissFix some formatting.
2013-10-11 Jeff MorrissReplace a question in a comment with a better explanati...
2013-10-11 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-10-11 Gerald CombsBuild with Qt by default.
2013-10-11 Gerald CombsMore ui/util.h includes.
2013-10-11 Gerald CombsInclude ui/util.h.
2013-10-11 Jeff MorrissThere's no need to include prefs.h twice.
2013-10-11 Gerald CombsRemove GTK+ and global cfile dependencies from file_dlg...
2013-10-11 Jörg MayerThe env variable is QT5_BASE_DIR, as documented in...
2013-10-11 Jörg MayerThe path for the Qt5 installation now needs to be set...
2013-10-11 Jörg Mayerqtshark and wireshark(gtk2) now actually find their...
2013-10-11 Jörg MayerNow the GUI programs (wireshark/gtk2 and qtshark) compi...
2013-10-11 Pascal QuantinFix another fuzz failure
2013-10-11 Guy HarrisWe don't need to check for lauxlib.h.
2013-10-11 Jörg MayerMake airpcap detection work
2013-10-11 Guy HarrisCheck for sa_len in struct sockaddr.
2013-10-11 Guy HarrisWe don't check for lauxlib.h or lualib.h, and we don...
2013-10-11 Guy HarrisFix check for inflatePrime in zlib (ZLIB_LIBRARIES...
2013-10-11 Evan HuusDestroy dissector tables on shutdown and use epan scope...
2013-10-11 Gerald Combs"install-generated-files" depends on "doc". Set depende...
2013-10-11 Gerald Combsqtshark.exe doesn't depend on tshark_OBJECTS.
2013-10-11 Evan HuusFree all the heuristict dissector lists and their entri...
2013-10-11 Jeff MorrissFix compilation when we don't HAVE_LIBGCRYPT
2013-10-11 Jeff MorrissDon't assume people have subversion--I just copied...
2013-10-11 Gerald CombsDon't return an error if cleaning the Qt directory...
2013-10-11 Guy HarrisNote that dladdr() isn't being found on OS X, even...
2013-10-10 Evan HuusWhen TCP options are truncated, we only add the truncat...
2013-10-10 Guy HarrisMove the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig...
2013-10-10 Gerald CombsUse the right package name.
2013-10-10 Gerald CombsTry to discover Qt similar to the way we discover Python.
2013-10-10 Guy HarrisWe use g_ascii_strtoll(), not strtoll(), so we no longe...
2013-10-10 Gerald CombsTry to locate QtMacExtras.
2013-10-10 Guy HarrisFix other HAVE_LUA entry.
2013-10-10 Jörg MayerFix a few things - untested until current build finishes.
2013-10-10 Guy HarrisDon't check for pcap_version(); we don't use it.
2013-10-10 Guy HarrisCheck for bpf_image(), just as the autoconf script...
2013-10-10 Jörg MayerAdd Airpcap detection, use it by default on win32
2013-10-10 Jeff MorrissDon't close the Capture Options window if there was...
2013-10-10 Guy HarrisJust describe HAVE_LUA as "Define to use Lua"; it's...
2013-10-10 Pascal QuantinFix an infinite loop detected during fuzz testing
2013-10-10 Guy HarrisHAVE_LUA is for Lua, not some particular version thereof.
2013-10-10 Guy HarrisGet rid of apparently-undefined and apparently-unused...
2013-10-10 Chris MaynardRevert the changes made to resolve https://bugs.wiresha...
2013-10-10 Anders BromanTry to make the build bot happy.
2013-10-10 Anders BromanFlag the addresses used in the trace which has been...
2013-10-10 Evan HuusAdd a call to tvb_ensure_bytes_exist before we allocate...
2013-10-10 Gerald CombsFixes for the utility-launcher script.
2013-10-10 Jörg MayerBuild qtshark by default, use qt5 by default. To turn
2013-10-10 Chris MaynardFix a couple of typos.
2013-10-10 Jörg MayerExplain about setpath.bat
2013-10-10 Jörg Mayerlib is required for linking, the dlls are in bin
2013-10-10 Evan HuusFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2013-10-10 Evan HuusFrom Marko Hrastovec via
2013-10-10 Chris MaynardSafer to compare return value of tvb_reported_length_re...
2013-10-10 Cal Turney"Expert Info (Error/Malformed) trying to fetch an unsig...
2013-10-10 Jeff MorrissFix the core dump reported in https://bugs.wireshark...
2013-10-10 Jörg MayerGenerate setpath.bat to set the paths necessary for...
2013-10-10 Jörg MayerThe path approach can't work this way: Trying to set...
2013-10-10 Balint ReczeyRevert "Fix using fop from CMake"
2013-10-10 Pascal QuantinSlightly change heuristics
2013-10-10 Pascal QuantinAdd fragmentation support
2013-10-10 Jörg MayerAs the Qt build will not use portaudio, we don't need to
2013-10-10 Balint ReczeyFix using fop from CMake
2013-10-09 Guy HarrisFix signed vs. unsigned comparison warnings.
2013-10-09 Martin MathiesonDon't update DRX state when preference is turned off
2013-10-09 Pascal QuantinUpdate a comment
2013-10-09 Anders BromanChange the default UDP port to 0.
2013-10-09 Gerald CombsSometimes we need to @rpathify libraries from more...
2013-10-09 Anders BromanCheck if first char is printable.
2013-10-09 Anders BromanTry to fix
2013-10-09 Anders BromanMake RTPProxy a newstyle dissector.
next