aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-10Move the QT_MACEXTRAS_LIB cmakedefine in cmakeconfig.h.in to theGuy Harris2-11/+15
2013-10-10Use the right package name.Gerald Combs1-4/+4
2013-10-10Try to discover Qt similar to the way we discover Python.Gerald Combs1-2/+24
2013-10-10We use g_ascii_strtoll(), not strtoll(), so we no longer need to checkGuy Harris1-1/+0
2013-10-10Try to locate QtMacExtras.Gerald Combs2-0/+11
2013-10-10Fix other HAVE_LUA entry.Guy Harris1-1/+1
2013-10-10Fix a few things - untested until current build finishes.Jörg Mayer1-7/+4
2013-10-10Don't check for pcap_version(); we don't use it.Guy Harris2-91/+74
2013-10-10Check for bpf_image(), just as the autoconf script does.Guy Harris2-0/+4
2013-10-10Add Airpcap detection, use it by default on win32Jörg Mayer3-14/+84
2013-10-10Don't close the Capture Options window if there was an error in what wasJeff Morriss1-1/+2
2013-10-10Just describe HAVE_LUA as "Define to use Lua"; it's not tied to aGuy Harris1-1/+1
2013-10-10Fix an infinite loop detected during fuzz testingPascal Quantin1-11/+41
2013-10-10HAVE_LUA is for Lua, not some particular version thereof.Guy Harris1-3/+3
2013-10-10Get rid of apparently-undefined and apparently-unused #defines.Guy Harris1-9/+0
2013-10-10Revert the changes made to resolve https://bugs.wireshark.org/bugzilla/show_b...Chris Maynard4-85/+7
2013-10-10Try to make the build bot happy.Anders Broman1-1/+1
2013-10-10Flag the addresses used in the trace which has been resolved and only add tho...Anders Broman4-41/+48
2013-10-10Add a call to tvb_ensure_bytes_exist before we allocate memory based on ourEvan Huus2-7/+9
2013-10-10Fixes for the utility-launcher script.Gerald Combs4-13/+68
2013-10-10Build qtshark by default, use qt5 by default. To turnJörg Mayer2-3/+3
2013-10-10Fix a couple of typos.Chris Maynard1-2/+2
2013-10-10Explain about setpath.batJörg Mayer1-1/+3
2013-10-10lib is required for linking, the dlls are in binJörg Mayer1-0/+2
2013-10-10From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9246Evan Huus4-39/+60
2013-10-10From Marko Hrastovec viaEvan Huus1-1/+300
2013-10-10Safer to compare return value of tvb_reported_length_remaining() > 0 than != 0.Chris Maynard1-30/+30
2013-10-10"Expert Info (Error/Malformed) trying to fetch an unsigned integer with lengt...Cal Turney1-4/+11
2013-10-10Fix the core dump reported in https://bugs.wireshark.org/bugzilla/show_bug.cg...Jeff Morriss1-0/+1
2013-10-10Generate setpath.bat to set the paths necessary for runningJörg Mayer2-1/+33
2013-10-10The path approach can't work this way: Trying to set an environmentJörg Mayer1-21/+5
2013-10-10Revert "Fix using fop from CMake"Balint Reczey2-6/+2
2013-10-10Slightly change heuristicsPascal Quantin1-6/+11
2013-10-10Add fragmentation supportPascal Quantin1-236/+349
2013-10-10As the Qt build will not use portaudio, we don't need toJörg Mayer1-3/+2
2013-10-10Fix using fop from CMakeBalint Reczey2-2/+6
2013-10-09Fix signed vs. unsigned comparison warnings.Guy Harris1-4/+4
2013-10-09Don't update DRX state when preference is turned offMartin Mathieson1-77/+90
2013-10-09Update a commentPascal Quantin1-1/+1
2013-10-09Change the default UDP port to 0.Anders Broman1-2/+3
2013-10-09Sometimes we need to @rpathify libraries from more than one directory.Gerald Combs1-6/+23
2013-10-09Check if first char is printable.Anders Broman1-0/+6
2013-10-09Try to fixAnders Broman1-4/+4
2013-10-09Make RTPProxy a newstyle dissector.Anders Broman1-6/+17
2013-10-09g_list_prepend() is faster.Anders Broman1-1/+1
2013-10-09Make column "filter name" prefixed with _ws. to be the same as other "*shark ...Michael Mann4-5/+5
2013-10-09When we display an error message in the interface list make sure it'sGerald Combs1-2/+6
2013-10-090xffffffffffff doesn't necessarily fit in an int, so useGuy Harris1-3/+3
2013-10-09Add some license headers after emailing the respective authors to confirm.Evan Huus5-1/+99
2013-10-09Slight simplification, inline a function only ever called once.Evan Huus2-18/+13