aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-23Give information on setting up cmd.exe environment variables to buildGuy Harris1-2/+8
2012-09-23Glib type checking might be cheap, but there's no need to do it twice.Jakub Zawadzki1-12/+17
2012-09-23expert_add...() shouldn't be called under 'if (tree)'.Bill Meier1-34/+46
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki10-117/+165
2012-09-23Add lua_nstime_to_sec()Jakub Zawadzki1-4/+10
2012-09-23Display the "no interfaces" message in qtshark on any type of error,Evan Huus1-1/+2
2012-09-23Cleanup wslua PINFO_GET_* macros. It's portable, right?Jakub Zawadzki1-47/+22
2012-09-23[Automatic manuf, services and enterprise-numbers update for 2012-09-23]Gerald Combs3-320/+561
2012-09-23Fix some unused variable warnings from GCC.Evan Huus3-6/+0
2012-09-23Speedup loading capture files by about 20%-30% (wireshark only)Jakub Zawadzki1-2/+1
2012-09-23The Cygwin item that's now installed by default is Base/rebase.Guy Harris1-3/+2
2012-09-23At least one of the Cygwin items is now installed by default with CygwinGuy Harris1-3/+3
2012-09-23Ugh, the process of installing VS2010 and all the stuff you need inGuy Harris1-5/+36
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann10-556/+810
2012-09-22Fix for bug 7744:Jaap Keuter1-24/+19
2012-09-22Add the Windows 7 SDK, which you need if you'll be using MSVC++ ExpressGuy Harris1-0/+7
2012-09-22Do not display a "Wireless Settings" button for non-AirPcap interfaces;Guy Harris2-14/+13
2012-09-22Fixup vlan_flags bug introduced with r45054Chris Maynard1-4/+4
2012-09-22replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-463/+602
2012-09-22Change "LED" to "icon" and add a packet comment icon to the corresponding exp...Chris Maynard2-9/+15
2012-09-22Note that Banyan don't exist any more, so you can't order a dead-treeGuy Harris1-0/+13
2012-09-22Remove incorrect extra hf_vines_ip_length - what's being constructedGuy Harris1-4/+2
2012-09-21Followup to r45034: Don't define _U_ on the compile line, pull it in fromJeff Morriss3-8/+7
2012-09-21Upgrade PDCP LTE dissector to v11.0.0Pascal Quantin3-40/+107
2012-09-21Upgrade MAC LTE dissector to v11.0.0Pascal Quantin1-21/+34
2012-09-21Dissect Update UE Location Information messagePascal Quantin2-3/+140
2012-09-21Test Procedures messages should be also integrity protectedPascal Quantin1-1/+1
2012-09-21Detected typos in speech codec value.Anders Broman1-30/+24
2012-09-21Fix bug #7669: Preference editor removes (does not save) column definitions a...Jakub Zawadzki1-26/+26
2012-09-21Assuming transport_protocol is a guint8.Anders Broman1-1/+1
2012-09-21From Michal Labedzki:Anders Broman2-1/+4
2012-09-21From Michal Labedzki:Anders Broman4-1/+746
2012-09-21From Michal Labedzki:Anders Broman12-46/+17
2012-09-21From Michal Labedzki:Anders Broman1-1/+1
2012-09-21From Michal Labedzki:Anders Broman1-11/+60
2012-09-21Add MCVC2012 ProfessionalAnders Broman1-0/+4
2012-09-21We are using GRegex in GLib since ~r31304, so stop referencing libpcre. Also,Chris Maynard1-11/+3
2012-09-21Revert r45018 and r45019: put config.h back in lemon.c and take _U_ back offJeff Morriss5-15/+16
2012-09-20Add some info about building with Visual Studio 2012 (VC11):Bill Meier1-1/+8
2012-09-20(Try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5808 :Jeff Morriss1-2/+7
2012-09-20Add a missing C comment termination; (Should fix buildbot error ?)Bill Meier1-1/+1
2012-09-20I guess the IETF is now keeping expired I-Ds around; alternic doesn'tGuy Harris1-2/+2
2012-09-20Fix a typo in SVN #44995 which caused building Wireshark with VS 2012 to fail.Bill Meier1-3/+3
2012-09-20Add URL for WCCP V2 revision 1Jörg Mayer1-0/+4
2012-09-20started a dissector for DTCP-IPMartin Kaiser3-0/+338
2012-09-20Fix a read-after-free (as detected by Valgrind):Jeff Morriss1-1/+5
2012-09-20Have File->import write pcapng files.Anders Broman2-1/+64
2012-09-20Turn off debug.Martin Mathieson1-1/+1
2012-09-20Add a new console wiretap program to reorder the frames within a captureMartin Mathieson1-0/+353
2012-09-20Shouldn't set the time in seek_read() after all. At least the pcapMartin Mathieson1-8/+0