aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-09-25From Michal Labedzki:Anders Broman1-7/+11
Bluetooth: fix order of colors For Bluetooth each color is assigned to dissector, but higher position on that list is needed for meet encapsulation requirements, for example AVRCP is on top of AVCTP, AVCTP is on top of L2CAP, etc. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=45122
2012-09-25Revert 45116. Developer's probably don't want the user-guide.chm that they ↵Chris Maynard2-6/+0
get from the setup step as it's not going to be up-to-date. svn path=/trunk/; revision=45121
2012-09-25Add reordercap binary to gitignore, and copy gitignore to bzrignore forEvan Huus2-0/+135
those people using bzr. svn path=/trunk/; revision=45120
2012-09-25Decode some more elements.Jörg Mayer1-8/+102
svn path=/trunk/; revision=45119
2012-09-25Remove trailing whitespaceJörg Mayer1-1/+1
svn path=/trunk/; revision=45118
2012-09-25Touch the file in make-dissector-reg.py if it hasn't changed, so thatEvan Huus1-0/+14
we don't try and regenerate it every single subsequent build. Also, add modelines. svn path=/trunk/; revision=45117
2012-09-25We're downloading the user-guide as part of the setup, so we might as well ↵Chris Maynard2-0/+6
copy it to the install directory. If someone has built a more up-to-date version of the user-guide in the docbook directory, then it will just overwrite this one, but for most developers, I don't think they're building their own, so at least this way they'll still have a local copy of the user-guide. If optional is the preferred default, then we can change config.nmake and just comment out UG_DIR and mark as "optional" instead of "recommended". svn path=/trunk/; revision=45116
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann14-396/+647
added tfs_no_yes to tfs.[ch] svn path=/trunk/; revision=45115
2012-09-24Update regexes to match the version string changes in r45112.Gerald Combs1-6/+6
svn path=/trunk/; revision=45114
2012-09-24Look in $(WIRESHARK_LIB_DIR)\vcredist_$(MSVC_VARIANT) forGerald Combs1-3/+13
the MSVC redistributable package, then look in the top-level $(WIRESHARK_LIB_DIR). This lets us more easily use multiple compilers with the same library directory. svn path=/trunk/; revision=45113
2012-09-24Add back extra packaging information if it's present.Gerald Combs2-11/+14
svn path=/trunk/; revision=45112
2012-09-24From Steve Magnani via ↵Pascal Quantin1-10/+10
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7753 : Fix display of WRITE BUFFER and SEND DIAGNOSTIC fields in SCSI dissector svn path=/trunk/; revision=45111
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki95-578/+578
svn path=/trunk/; revision=45110
2012-09-24change the capture comment icon in the statusbar from "add" to "edit"Martin Kaiser2-0/+8
when a comment was added (deletion of a comment is not recognized correctly) svn path=/trunk/; revision=45109
2012-09-24allow setting a capture comment from the statusbar when a capture was startedMartin Kaiser1-0/+2
for the decision to allow input of a capture comment, we should make no difference between the statusbar icon and Statistics / Summary menu item svn path=/trunk/; revision=45108
2012-09-24fix compilation on linuxMartin Kaiser1-0/+1
ui/gtk/capture_file_dlg.c needs ui/file_dialog.h svn path=/trunk/; revision=45107
2012-09-24Fix compilation on Windows.Gerald Combs3-13/+13
svn path=/trunk/; revision=45106
2012-09-24Unify some of the GTK+ and Win32 "Save As" code and behavior. This willGerald Combs5-405/+346
likely break compilation on Windows. I'll take care of it shortly. svn path=/trunk/; revision=45105
2012-09-24Update make-dissector-reg.py to match r45083. Instead of writing the newGerald Combs1-59/+54
plugin.c or register.c content to a temporary file build a giant string in memory and only write it if the current and new hashes differ. This requires hashlib which was added in Python 2.5; hopefully that's not a problem. svn path=/trunk/; revision=45104
2012-09-24Beginnings of the Foundry Discovery Protocol (FDP) dissector.Jörg Mayer4-0/+377
While FDP is (mostly) deprecated, it is still in use. svn path=/trunk/; revision=45103
2012-09-24Get rid of ../../epan/address.h:65:19: warning: comma at end of enumerator ↵Anders Broman1-1/+1
list [-pedantic] svn path=/trunk/; revision=45102
2012-09-24Try to passify the buildbots by:Anders Broman1-12/+13
- Using G_GINT64_CONSTANT for 64 bit constants. - Using guint64 and G_GINT64_MODIFIER where apropriate - set individual struct members. - cast time_t to guint i two places. svn path=/trunk/; revision=45101
2012-09-24packet-btavctp.c:107: warning: 'number_of_packets' may be used uninitialized ↵Anders Broman1-2/+2
in this function packet-btavctp.c:105: warning: 'pid' may be used uninitialized in this function svn path=/trunk/; revision=45100
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