aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-09-22Add the Windows 7 SDK, which you need if you'll be using MSVC++ ExpressGuy Harris1-0/+7
Edition and want to build 64-bit binaries. svn path=/trunk/; revision=45057
2012-09-22Do not display a "Wireless Settings" button for non-AirPcap interfaces;Guy Harris2-14/+13
it can confuse users, so that they ask why this is grayed out on their non-Windows machine and ask how to enable it. Nobody uses the AIRPCAP_OPTIONS_ADVANCED_KEY datum attached to the box in which the button appears, so get rid of it. svn path=/trunk/; revision=45056
2012-09-22Fixup vlan_flags bug introduced with r45054Chris Maynard1-4/+4
svn path=/trunk/; revision=45055
2012-09-22replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-463/+602
svn path=/trunk/; revision=45054
2012-09-22Change "LED" to "icon" and add a packet comment icon to the corresponding ↵Chris Maynard2-9/+15
expert info tab if the preference for displaying them is enabled. Basically, extend the fix for bug 3196 to include the packet comments tab. Also, fix some typos. svn path=/trunk/; revision=45053
2012-09-22Note that Banyan don't exist any more, so you can't order a dead-treeGuy Harris1-0/+13
version of the VINES documentation from them. However, there appear to be online versions available; give the URLs for them. svn path=/trunk/; revision=45052
2012-09-22Remove incorrect extra hf_vines_ip_length - what's being constructedGuy Harris1-4/+2
there is the Transport Control field and subfields thereof, not the packet length field. Update some URLs. svn path=/trunk/; revision=45051
2012-09-21Followup to r45034: Don't define _U_ on the compile line, pull it in fromJeff Morriss3-8/+7
config.h (like we do in cmake). We always HAVE_CONFIG_H so don't check for it. svn path=/trunk/; revision=45050
2012-09-21Upgrade PDCP LTE dissector to v11.0.0Pascal Quantin3-40/+107
svn path=/trunk/; revision=45049
2012-09-21Upgrade MAC LTE dissector to v11.0.0Pascal Quantin1-21/+34
svn path=/trunk/; revision=45048
2012-09-21Dissect Update UE Location Information messagePascal Quantin2-3/+140
svn path=/trunk/; revision=45047
2012-09-21Test Procedures messages should be also integrity protectedPascal Quantin1-1/+1
svn path=/trunk/; revision=45046
2012-09-21Detected typos in speech codec value.Anders Broman1-30/+24
- Refactored code to use proto_tree_add_item() and use a value string. svn path=/trunk/; revision=45044
2012-09-21Fix bug #7669: Preference editor removes (does not save) column definitions ↵Jakub Zawadzki1-26/+26
after the 27th. put_string_list() was generating string with list of columns to be saved to preference file, but buffer is limited to MAX_FMT_PREF_LEN (1024 bytes). It looks like 1024 bytes is not enough. Fix bug by writting directly to file. svn path=/trunk/; revision=45043
2012-09-21Assuming transport_protocol is a guint8.Anders Broman1-1/+1
svn path=/trunk/; revision=45042
2012-09-21From Michal Labedzki:Anders Broman2-1/+4
Bluetooth: Provide PSM for higher layers This is needed by AVRCP, HCRP and AVDTP to recognize other substreams. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7740 svn path=/trunk/; revision=45041
2012-09-21From Michal Labedzki:Anders Broman4-1/+746
Add SAP dissector Add Bluetooth Profile SAP. Supported version: 1.1. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7715 svn path=/trunk/; revision=45040
2012-09-21From Michal Labedzki:Anders Broman12-46/+17
Bluetooth: Cleanup headers Remove redundant headers and sort existing to chosen convention. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=45039
2012-09-21From Michal Labedzki:Anders Broman1-1/+1
FCS is not part of "Control" subtree so move it. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=45038
2012-09-21From Michal Labedzki:Anders Broman1-11/+60
Bluetooth: Improve internal Decode By Channel for RFCOMM Use UAT to allow user to force set top dissector per channel. Only first found dissection for specified channel is used, the rest can be used as well-known protocol on channel, but not for current logs. Also user can turn on/off this dissection by one-click preference. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=45037
2012-09-21Add MCVC2012 ProfessionalAnders Broman1-0/+4
svn path=/trunk/; revision=45036
2012-09-21We are using GRegex in GLib since ~r31304, so stop referencing libpcre. Also,Chris Maynard1-11/+3
fix the perldoc link. Maybe someone else can figure out how to also fix: http contains "http://www.wireshark.org" Either the hyperlink should be made to work correctly by not including the trailing quote as part of the link, or simply change it so it's not hyperlinked at all. Also, it should display a terminating semi-colon as follows: http contains "http://www.wireshark.org"; svn path=/trunk/; revision=45035
2012-09-21Revert r45018 and r45019: put config.h back in lemon.c and take _U_ back offJeff Morriss5-15/+16
the compile line when building with cmake. Put _U_'s definition in config.h when building with autofoo and on Windows. svn path=/trunk/; revision=45034
2012-09-20Add some info about building with Visual Studio 2012 (VC11):Bill Meier1-1/+8
Summary: It seems to work; win32.mak file must be obtained from <somewhere>; (See comment in file for details) svn path=/trunk/; revision=45033
2012-09-20(Try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5808 :Jeff Morriss1-2/+7
Use and free err_info in cf_continue_tail() and cf_finish_tail(). (Untested because I'm not sure how to corrupt a file to exercise this code path...) svn path=/trunk/; revision=45032
2012-09-20Add a missing C comment termination; (Should fix buildbot error ?)Bill Meier1-1/+1
svn path=/trunk/; revision=45031
2012-09-20I guess the IETF is now keeping expired I-Ds around; alternic doesn'tGuy Harris1-2/+2
have that one any more. svn path=/trunk/; revision=45030
2012-09-20Fix a typo in SVN #44995 which caused building Wireshark with VS 2012 to fail.Bill Meier1-3/+3
svn path=/trunk/; revision=45029
2012-09-20Add URL for WCCP V2 revision 1Jörg Mayer1-0/+4
svn path=/trunk/; revision=45028
2012-09-20started a dissector for DTCP-IPMartin Kaiser3-0/+338
(Digital Transmission Content Protection over IP) svn path=/trunk/; revision=45027
2012-09-20Fix a read-after-free (as detected by Valgrind):Jeff Morriss1-1/+5
Go to the next element in the recent cf list before freeing the current element. svn path=/trunk/; revision=45026
2012-09-20Have File->import write pcapng files.Anders Broman2-1/+64
svn path=/trunk/; revision=45025
2012-09-20Turn off debug.Martin Mathieson1-1/+1
svn path=/trunk/; revision=45024
2012-09-20Add a new console wiretap program to reorder the frames within a captureMartin Mathieson1-0/+353
file. This version has been tested with pcap and IxCatapult files. Haven't got config/makefile changes quite right yet, will commit later. svn path=/trunk/; revision=45023
2012-09-20Shouldn't set the time in seek_read() after all. At least the pcapMartin Mathieson1-8/+0
support doesn't. svn path=/trunk/; revision=45022
2012-09-20As suggested by Xavier Raynaud in ↵Jeff Morriss2-6/+9
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6425 : scanner.c includes (depends on) grammar.h so mark it so in the Makefiles. svn path=/trunk/; revision=45020
2012-09-20Fix lemon build with cmake by defining _U_. I feel like there's a betterEvan Huus1-0/+6
way than all the horrid escaping I had to do, but I don't know what it is. svn path=/trunk/; revision=45019
2012-09-20lemon is not compiled with HAVE_CONFIG_h so don't test for it nor try to ↵Jeff Morriss1-7/+4
include it. svn path=/trunk/; revision=45018
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1109-3051/+832
svn path=/trunk/; revision=45017
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss311-841/+219
svn path=/trunk/; revision=45016
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss379-977/+219
svn path=/trunk/; revision=45015
2012-09-19Add gzip support to the Win32 "Save As" dialog. Don't crash in the Win32Gerald Combs4-66/+109
merge dialog if we cancel. Adjust the size and location of the controls in the Win32 open and merge file templates. svn path=/trunk/; revision=45014
2012-09-19Try ServerVersion.plist first, and use ProductName as the OS name; thatGuy Harris1-40/+69
means we report the server as such (and means that if Apple calls it Shiny Happy Puppy X in the future, we'll report it as such...). svn path=/trunk/; revision=45013
2012-09-19Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7731 :Jeff Morriss1-3/+3
Allow the configured number of dfilters to be added to the drop-down list (instead of limiting the list--on a freshly installed system with no recent dfilters--to just 2). Regression caused by r42439. svn path=/trunk/; revision=45012
2012-09-19Fix up some indentation and trailing white space.Jeff Morriss1-22/+22
svn path=/trunk/; revision=45009
2012-09-19Since r41681, IPv6 sets pinfo->ip_ttl as the hop limit, so display that in theChris Maynard1-1/+2
INFO column, similar to how IPv4 displays the TTL. svn path=/trunk/; revision=45008
2012-09-19Fix request/response tracking with checksum corner case.Chris Maynard2-2/+6
svn path=/trunk/; revision=45007
2012-09-19Revert r45005.Martin Mathieson5-48/+63
svn path=/trunk/; revision=45006
2012-09-19Make proto_item_append_string() behave sanely, and use it in a few moreMartin Mathieson5-63/+48
dissectors. svn path=/trunk/; revision=45005
2012-09-19From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7736 :Pascal Quantin3-44/+30
Fix dissection error of D-RELEASE and D-CONNECT in TETRA dissector svn path=/trunk/; revision=45004