aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2012-09-19Fix a couple of dumping issues seen while working on 'reorder'.Martin Mathieson1-4/+21
svn path=/trunk/; revision=45003
2012-09-19Remove #defines that provided backward source compatibilityJörg Mayer2-35/+0
for deprecated dissector add/remmove/... functions. svn path=/trunk/; revision=45000
2012-09-19SCSI: Dont show two reserved bytes in the decode pane for standard INQ pageRonnie Sahlberg1-9/+1
svn path=/trunk/; revision=44999
2012-09-19Use g_new instead of g_malloc to avoid manual C-style casting in C++ code.Evan Huus1-1/+1
svn path=/trunk/; revision=44998
2012-09-19We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss8-26/+8
svn path=/trunk/; revision=44997
2012-09-19Use guilibsdll and htmlhelp.lib in the Qt build.Gerald Combs2-1/+5
svn path=/trunk/; revision=44996
2012-09-19Add VC11 (VS2012) to an '#if _MSC_VER == 1500 || ...' test.Bill Meier1-1/+2
TBD: is really required. svn path=/trunk/; revision=44995
2012-09-18Fix format string.Guy Harris1-1/+1
svn path=/trunk/; revision=44994
2012-09-18Remove a debugging mesage.Gerald Combs1-1/+0
svn path=/trunk/; revision=44993
2012-09-18Fix call to g_filename_to_uri(), and do error checking.Guy Harris1-2/+11
svn path=/trunk/; revision=44992
2012-09-18import_text_dialog.cpp: Use the common help URL routines.Gerald Combs3-17/+22
main_window.cpp: QMessageBox::exec returns a StandardButton, not a ButtonRole. help_dlg.c: Remove extra blank lines. svn path=/trunk/; revision=44991
2012-09-18Update configure.ac modifications to reflect r44986.Gerald Combs1-9/+7
svn path=/trunk/; revision=44990
2012-09-18Fix compilation on Windows.Gerald Combs1-1/+1
svn path=/trunk/; revision=44989