Commit Graph

74 Commits

Author SHA1 Message Date
Alexis La Goutte 5c5a24f48a Update French translation
Change-Id: If552907a2eb0828198e912fa5c2628efa7190f20
Reviewed-on: https://code.wireshark.org/review/1119
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-04-15 14:31:24 +00:00
Gerald Combs 7fdd74a009 Release note updates for 1.11.3.
Change-Id: I16b70456b86fbc83b791186dd6e1a7e815815e0e
Reviewed-on: https://code.wireshark.org/review/1143
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-04-14 22:16:57 +00:00
Pascal Quantin d7d1cdb1c1 Add MQTT to release notes
Change-Id: I553698c522b4a1eba370591a4ab788a139f8f221
Reviewed-on: https://code.wireshark.org/review/1080
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-04-12 14:18:12 +00:00
Michael Mann 2f4ca9c8d9 Initial checkin of LBM aka 29West dissectors. See Bug 9718.
Change-Id: If8fcfe1971c8863f370e440f64c36eb7566f6852
Reviewed-on: https://code.wireshark.org/review/113
Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-04-07 23:28:46 +00:00
Pascal Quantin 0d6f511f22 Add PKTAP to release notes
Change-Id: Ibec2b400493b0936505e467d1ae9bc6551e6cc03
Reviewed-on: https://code.wireshark.org/review/931
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-04-03 01:44:42 +00:00
Pascal Quantin 69f4610910 Add IEEE 1722a and Landis & Gyr Telegyr 8979 dissectors to release notes
Change-Id: I1785bd35f9fcd2624a97e6ba224f3dbafb673846
Reviewed-on: https://code.wireshark.org/review/815
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-03-24 21:25:17 +00:00
Michael Mann 09af140152 Add PDC dissector
Change-Id: I6eee13cda755b1f1d1a61288a6314fcebb681efb
Reviewed-on: https://code.wireshark.org/review/180
Reviewed-by: Michael Mann <mmann78@netscape.net>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-10 07:12:06 +00:00
Pascal Quantin a14266dbdd Add BTLE RF dissector to release notes
Change-Id: Idccb6b0e6bf8ae603377dce43c9d266d4c101374
Reviewed-on: https://code.wireshark.org/review/557
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-03-08 09:03:35 +00:00
Pascal Quantin eef0fa64d2 Add OSC dissector to release notes
Change-Id: I135d9f8321b4d42ffaa1d1571ac43f61a364d1ed
Reviewed-on: https://code.wireshark.org/review/528
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-03-06 14:04:31 +00:00
Guy Harris 8d234a0d8c More tvbuff API deprecation, comment expansion, and documentation updates.
Do with tvb_get_stringz() what was done with tvb_get_string().

Redo the comments for the string get routines to try to give more detail
in a fashion that's a bit less hard to read.

Warn, in comments, of the problems with using
tvb_get_string()/tvb_get_stringz() (i.e., if your strings are non-ASCII,
all bytes with the 8th bit set are going be replaced by the Unicode
REPLACEMENT CHARACTER, and displayed as such).

Warn, in a comment, of the problems with tvb_get_const_stringz() (i.e.,
it gives you raw bytes, rather than guaranteed-to-be-valid UTF-8).

Update documentation and release notes appropriately.

Change-Id: Ibd3efb92a203861f507ce71bc8d04d19d9d38a93
Reviewed-on: https://code.wireshark.org/review/327
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-02-26 22:04:08 +00:00
Pascal Quantin a7de0128b1 Add a few more dissectors to release notes
Change-Id: I9d3262fe8205d21baf46b7a7389ca0154a16d165
Reviewed-on: https://code.wireshark.org/review/395
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-02-25 22:39:33 +00:00
Pascal Quantin 780cd800e2 Add ADB CS and Logcat dissectors to release notes
Change-Id: I063cc38c156505922fa31eb67c176dc1cd6ecfa7
Reviewed-on: https://code.wireshark.org/review/336
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-02-24 20:05:14 +00:00
Evan Huus 83fc346853 Documentation updates
Change-Id: I6bd7fa40726fe7ffd68b9341c640874f2a0f1c7c
Reviewed-on: https://code.wireshark.org/review/314
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Christopher Maynard <Christopher.Maynard@gtech.com>
Reviewed-by: Evan Huus <eapache@gmail.com>
2014-02-23 15:30:35 +00:00
Guy Harris 00cc94bd5d Add bug 9492.
Change-Id: I412d5c56848f2a19c8bf2c2e50f1ad1db86ce793
Reviewed-on: https://code.wireshark.org/review/306
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-02-22 00:49:03 +00:00
Pascal Quantin 619dfeb1c6 Update new protocols list
Change-Id: I960f857d59230e88bf8042148e5c8cec86d81161
Reviewed-on: https://code.wireshark.org/review/182
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-02-11 22:18:19 +00:00
Martin Kaiser 06510129bb dissector for HDMI (High-Definition Multimedia Interface)
messages on the Data Display Channel (DDC)

this dissector is available as an option for I2C messages

it handles EDID messages (Extended Display Identification Data)
and passes HDCP messages on to the HDCP dissector

Change-Id: Ia8d8e73c36e2a1ad560b911dd4c1c9f34997b5c2
Reviewed-on: https://code.wireshark.org/review/63
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Tested-by: Martin Kaiser <wireshark@kaiser.cx>
2014-02-02 17:41:35 +00:00
Alexis La Goutte ff19d5726d Update NEWS and Release note
Revert part of last commit about AUTHORS-SHORT in Windows....

svn path=/trunk/; revision=54577
2014-01-03 10:21:56 +00:00
Anders Broman dd03231870 Update with the removal of the ASN1 plugin and the GNM dissector.
svn path=/trunk/; revision=54576
2014-01-03 09:48:53 +00:00
Martin Kaiser 97f904a1a3 add Novell PKIS to the list of new protocols
svn path=/trunk/; revision=54509
2013-12-31 14:25:28 +00:00
Gerald Combs be1aa48769 Add recent Qt additions.
svn path=/trunk/; revision=54053
2013-12-13 19:00:51 +00:00
Pascal Quantin 8b179962d5 Update release notes
svn path=/trunk/; revision=53672
2013-11-30 08:30:04 +00:00
Gerald Combs 694d2cb903 Add a note about UTF-8.
svn path=/trunk/; revision=53481
2013-11-21 17:44:12 +00:00
Gerald Combs 31b216d8ce Add the new stats tree.
svn path=/trunk/; revision=53465
2013-11-21 01:31:36 +00:00
Gerald Combs 16e27047d0 1.11.2 → 1.11.3.
svn path=/trunk/; revision=53412
2013-11-18 17:41:00 +00:00
Gerald Combs 5033435add Build 1.11.2.
svn path=/trunk/; revision=53411
2013-11-18 16:44:16 +00:00
Martin Kaiser 3f2eaf1cb5 add Kyoto Tycoon to the list of new protocols
svn path=/trunk/; revision=53384
2013-11-17 13:41:16 +00:00
Chris Maynard 09916263a0 Add a basic finger dissector.
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9432

svn path=/trunk/; revision=53362
2013-11-16 03:21:06 +00:00
Gerald Combs f772a268db 1.11.1 → 1.11.2.
svn path=/trunk/; revision=53346
2013-11-15 22:34:31 +00:00
Gerald Combs 494d4bb5e2 Add changes since 1.11.0.
svn path=/trunk/; revision=53333
2013-11-14 23:54:41 +00:00
Chris Maynard 2f523fd9fd Add a basic whois dissector.
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9357

svn path=/trunk/; revision=53317
2013-11-14 21:04:05 +00:00
Pascal Quantin 492ad0d418 Update the list of new protocols
svn path=/trunk/; revision=53256
2013-11-11 19:57:38 +00:00
Guy Harris f380299687 Note that bug 8808 and bug 9390 are fixed.
svn path=/trunk/; revision=53125
2013-11-07 02:11:51 +00:00
Pascal Quantin 447d3938ed Add Tinkerforge to the list of new protocols
svn path=/trunk/; revision=52933
2013-10-28 21:19:21 +00:00
Pascal Quantin 18b9db29b9 From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9333 :
NFC: Add PN532 HCI dissector

svn path=/trunk/; revision=52907
2013-10-27 22:40:45 +00:00
Pascal Quantin 7f3d07b9fd From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 :
Add dissection of OMA-ILP

svn path=/trunk/; revision=52721
2013-10-20 18:43:00 +00:00
Pascal Quantin 65a538ffdb Add more new protocols to release notes
svn path=/trunk/; revision=52710
2013-10-20 12:53:04 +00:00
Pascal Quantin 78d3fe6248 Update the list of new protocols supported
svn path=/trunk/; revision=52635
2013-10-16 00:35:02 +00:00
Evan Huus bef9e93490 Slightly clarify the wmem release note entry.
svn path=/trunk/; revision=52605
2013-10-14 20:29:23 +00:00
Chris Maynard 37a7e3382c Revert the changes made to resolve https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3528 (When following an HTTP tcp stream decode gzip data automatically), as they caused a bigger problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9044 ("Follow TCP Stream" shows only first HTTP req+res).
#BACKPORT(1.10)


svn path=/trunk/; revision=52506
2013-10-10 19:48:37 +00:00
Michael Mann 9ccefb0ecd Prefix all "Wireshark application specific" display filters with a "_ws." to distinguish them from dissector filters.
This was committed now to get it into the 1.11 release so users can start getting used to the changed filter names.

svn path=/trunk/; revision=52462
2013-10-09 12:56:19 +00:00
Gerald Combs b505bb7db6 Add notes about Qt, wmem, and bug 9242.
svn path=/trunk/; revision=52452
2013-10-08 18:25:10 +00:00
Guy Harris 5cbfbf3e54 Make the sample "The following bugs have been fixed:" entry match the
syntax used in actual release notes we've shipped (putting the buglist
link in parentheses).

svn path=/trunk/; revision=52257
2013-09-28 21:29:11 +00:00
Guy Harris 18aea72a17 Mention bug 9200 being fixed.
svn path=/trunk/; revision=52256
2013-09-28 21:25:44 +00:00
Chris Maynard 54adc0d2ff Allow an optional offset to be specified when chopping bytes from packets.
svn path=/trunk/; revision=51845
2013-09-08 20:29:26 +00:00
Evan Huus 0b796e53cf From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962
Enhancement: Add STANAG 4607 file format

svn path=/trunk/; revision=50996
2013-07-28 23:41:18 +00:00
Chris Maynard cab1f9fc0c Allow -C <choplen> to be used more than once so it is now possible to chop bytes from both the beginning and end of a packet in a single step.
svn path=/trunk/; revision=50536
2013-07-12 17:14:19 +00:00
Chris Maynard 783902ca74 Darn it - fix typo.
svn path=/trunk/; revision=50493
2013-07-10 20:15:26 +00:00
Chris Maynard 0c3f45a8ec Mention the new -L option to editcap in the release notes.
svn path=/trunk/; revision=50492
2013-07-10 20:12:52 +00:00
Gerald Combs 59644b3899 New Qt feature: Show related packet list items in the frame number
column. Conversation spans (setup frame to last frame) are shown with a
square bracket. Linked frames are shown with a circle.

Use correct column justifications in Qt. Move common
justification-related packet list code to ui/packet_list_utils.[ch].

Add a last_frame element to conversation_t.

svn path=/trunk/; revision=50447
2013-07-08 16:54:18 +00:00
Gerald Combs 693bcb654c Have the NSIS installer run the existing uninstaller silently. This
should save a few mouse clicks during the installation process.

svn path=/trunk/; revision=49813
2013-06-06 19:04:46 +00:00