aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-09-24From Michal Labedzki:Anders Broman5-7/+2998
Add Bluetooth Profile AVRCP. Supported version: 1.5. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7740 svn path=/trunk/; revision=45099
2012-09-24From Michal Labedzki:Anders Broman1-0/+1
Bluetooth: Add colorfilter for SAP dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7715 svn path=/trunk/; revision=45098
2012-09-24From Michal Labedzki:Anders Broman6-0/+406
Add Bluetooth Protocol AVCTP. Supported version: 1.4. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7675 svn path=/trunk/; revision=45097
2012-09-24Include reordercap.exe.Martin Mathieson1-0/+7
svn path=/trunk/; revision=45096
2012-09-24Whitespace fixesJörg Mayer1-18/+18
svn path=/trunk/; revision=45095
2012-09-24Add reordercap to this makefile too.Martin Mathieson1-1/+6
svn path=/trunk/; revision=45094
2012-09-24Fix mispelling of reordercap.exe target.Martin Mathieson1-1/+1
svn path=/trunk/; revision=45093
2012-09-24Also avoid some unnecessary calls to strcmp() here, where the releaseMartin Mathieson1-10/+2
number at the end isn't important to know. svn path=/trunk/; revision=45092
2012-09-24Some improvements after looking at profile of large reordercap run.Martin Mathieson1-18/+89
- speed up writing timestamp by avoiding g_snprintf() - avoid call to strstr() - don't use g_snprintf() for writing a liternal string - avoid atio() for single-digit strings - avoid some strcmp() calls where the release number at the end wasn't important svn path=/trunk/; revision=45091
2012-09-24From Jim Young, bug 7745.Martin Mathieson8-6/+116
Add Makefile support for reordercap. svn path=/trunk/; revision=45090
2012-09-24Fix count of out-of-order frames reported at end of run.Martin Mathieson1-2/+8
svn path=/trunk/; revision=45089
2012-09-24Fix for bug 7746 (from Jim Young)Martin Mathieson1-6/+5
Use G_GINT64_MODIFIER when REORDER_DEBUG is defined. svn path=/trunk/; revision=45088
2012-09-24Use proto_tree_add_item() and value_strings in a couple of more places.Anders Broman1-43/+52
svn path=/trunk/; revision=45087
2012-09-24Just as we don't show the "Wireless Settings" button for non-AirPcapGuy Harris1-12/+13
adapters, we don't show the "Remote Settings" button for local adapters. (Back when the buttons were in the Capture Options dialog, always having the button there and making it sensitive or insensitive based on the interface you specified may have made sense; now that it's in a dialog popped up when you double-click on a particular interface, so the dialog always applies to a particular interface, it no longer makes sense.) Get rid of the unused E_OPT_REMOTE_BT_KEY key. svn path=/trunk/; revision=45085
2012-09-24make-dissector-regJörg Mayer2-1/+5
Only update outfile if it differs from newly created outfile make-dissector-reg.py Add a comment that we should do the same here (probably a small task for python knowledeable people). svn path=/trunk/; revision=45083
2012-09-24replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-395/+798
svn path=/trunk/; revision=45082
2012-09-23Move potential dereference until *after* the null-check.Evan Huus1-2/+2
Caught by cppcheck. svn path=/trunk/; revision=45081
2012-09-23Let's be consistent and display lte_rrc root for all LTE RRC messagesPascal Quantin7-138/+196
svn path=/trunk/; revision=45080
2012-09-23We have one assembler-language module, so note that the assembler isGuy Harris1-0/+4
needed - and that there are separate 32-bit-target and 64-bit-target assemblers. svn path=/trunk/; revision=45079
2012-09-23Fix a capitalization error.Guy Harris1-8/+6
More "Platform SDK" -> "SDK". svn path=/trunk/; revision=45078
2012-09-23Fix copy-and-pasteo.Guy Harris1-16/+17
Refer to the SDK as just the SDK, not the Platform SDK - Microsoft dropped the "Platform" with the Vista SDK. Update the section on the SDK to reflect that and to reflect that Vista isn't the current version. svn path=/trunk/; revision=45077
2012-09-23Add AlcatelLucent.xml to NSIS installerPascal Quantin1-1/+2
svn path=/trunk/; revision=45075
2012-09-23Give information on setting up cmd.exe environment variables to buildGuy Harris1-2/+8
64-bit Wireshark. svn path=/trunk/; revision=45074
2012-09-23Glib type checking might be cheap, but there's no need to do it twice.Jakub Zawadzki1-12/+17
(Actually many GtkTreeModel don't check types at all). svn path=/trunk/; revision=45073
2012-09-23expert_add...() shouldn't be called under 'if (tree)'.Bill Meier1-34/+46
svn path=/trunk/; revision=45072
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki10-117/+165
This commit reduces size (from 144B to 128B on AMD64) of frame_data structure. Part of bug 5821: Reduce per-packet memory requirements. svn path=/trunk/; revision=45071
2012-09-23Add lua_nstime_to_sec()Jakub Zawadzki1-4/+10
svn path=/trunk/; revision=45070
2012-09-23Display the "no interfaces" message in qtshark on any type of error,Evan Huus1-1/+2
as otherwise certain errors result in just a blank box. Also be sure to free the error string after QT's got its own copy. svn path=/trunk/; revision=45068
2012-09-23Cleanup wslua PINFO_GET_* macros. It's portable, right?Jakub Zawadzki1-47/+22
svn path=/trunk/; revision=45067
2012-09-23[Automatic manuf, services and enterprise-numbers update for 2012-09-23]Gerald Combs3-320/+561
svn path=/trunk/; revision=45065
2012-09-23Fix some unused variable warnings from GCC.Evan Huus3-6/+0
svn path=/trunk/; revision=45064
2012-09-23Speedup loading capture files by about 20%-30% (wireshark only)Jakub Zawadzki1-2/+1
Right now packetlist model is used only by one treeview, so we can check if packetlist->view has connected model if no, don't emit row-inserted signal. svn path=/trunk/; revision=45063
2012-09-23The Cygwin item that's now installed by default is Base/rebase.Guy Harris1-3/+2
svn path=/trunk/; revision=45062
2012-09-23At least one of the Cygwin items is now installed by default with CygwinGuy Harris1-3/+3
1.7, so you only click on the "Skip" item if there is such an item. svn path=/trunk/; revision=45061
2012-09-23Ugh, the process of installing VS2010 and all the stuff you need inGuy Harris1-5/+36
order to do 64-bit compiles is a delicate one. Give the gory details. svn path=/trunk/; revision=45060
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann10-556/+810
svn path=/trunk/; revision=45059
2012-09-22Fix for bug 7744:Jaap Keuter1-24/+19
Have the DND data receiver make sure that the URI-list is always correctly terminated. Do so for any source, either X server, Windows or OS X. svn path=/trunk/; revision=45058
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