Commit graph

617 commits

Author SHA1 Message Date
Sake Blok
140d21fe45 Reverted part of SVN 27411. The "home" and "end" key bindings overruled
the use of these keys while editing a filter in the filter toolbar.
The keys "ctrl-home" and "ctrl-end" already provide the functionality to 
go to the first or last packet in the packet-list. I added these as
accelerator keys and updated the users guide accordingly.

Of course we can also make "home" and "end" work, without breaking 
functionality in the filter toolbar, but that takes a little more
work (at least for me... maybe not after going to Steve's session
at Sharkfest :-)).

(will add this to inclusion list for 1.0.9 and 1.2.0)


svn path=/trunk/; revision=28670
2009-06-09 06:23:37 +00:00
Gerald Combs
0b1b0264ab Update the logo in the documentation.
svn path=/trunk/; revision=28526
2009-05-29 17:57:55 +00:00
Gerald Combs
bc18e5e303 Update version numbers.
svn path=/trunk/; revision=28525
2009-05-29 17:12:20 +00:00
Bill Meier
092d7da4ff Implement a simpler way to check for a change in the svn version.
svn path=/trunk/; revision=28510
2009-05-27 20:08:39 +00:00
Gerald Combs
2c917c9f43 Copy over r28507 from /trunk-1.2.
svn path=/trunk/; revision=28508
2009-05-27 18:20:52 +00:00
Bill Meier
d1cd43f3c0 docbook: Windows: rebuild docs only when source or svn_version actually changes.
Also: rebuild docs if docbook/Makefile.nmake or docbook/Makefile.common changes;
       rebuilding individual target (wdug, wsdg,...) will check for svn_version change.

svn path=/trunk/; revision=28497
2009-05-26 20:57:39 +00:00
Gerald Combs
bc469b1f79 Move the trunk to 1.3.
svn path=/trunk/; revision=28495
2009-05-26 20:53:28 +00:00
Bill Meier
97370e2b01 Move xml validation to the individual wsug, wsdg & release_notes targets.
Enables proper making of just one of the targets.

svn path=/trunk/; revision=28489
2009-05-26 16:06:12 +00:00
Bill Meier
e0256b851f Add a note about README.developer to the beginning of the "Packet Dissection" chapter.
svn path=/trunk/; revision=28485
2009-05-26 15:03:17 +00:00
Bill Meier
e33034eeb2 Update the "Adding a basic dissector" section a bit to reflect current practice.
svn path=/trunk/; revision=28484
2009-05-26 14:32:45 +00:00
Stig Bjørlykke
8563d8a240 Document the changes in the Capture Interfaces description.
svn path=/trunk/; revision=28483
2009-05-26 13:52:43 +00:00
Stig Bjørlykke
a6555ef9c3 Small improvements for the compare capture files dialog:
- Added autocompletion in the filter entry
- Added a help button (documentation TBD)

svn path=/trunk/; revision=28440
2009-05-21 22:10:17 +00:00
Gerald Combs
bd79d12416 Update the release notes.
svn path=/trunk/; revision=28428
2009-05-20 19:27:57 +00:00
Gerald Combs
5cf75da4dd Add a few items from Stig.
svn path=/trunk/; revision=28419
2009-05-19 22:40:22 +00:00
Gerald Combs
61d2248b3f Use the xhtml stylesheet to generate the release notes instead of the
html stylesheet. This makes xsltproc use utf-8 instead of iso-8859-1.

svn path=/trunk/; revision=28407
2009-05-19 01:26:06 +00:00
Gerald Combs
54cfb39143 Prep for 1.2.0rc1.
svn path=/trunk/; revision=28372
2009-05-15 18:27:25 +00:00
Bill Meier
4989352829 Update help text for capinfos, editcap, & etc. to match current development.
In some cases, remove option descriptions since the text 
 just repeats the help output.

svn path=/trunk/; revision=28335
2009-05-12 16:11:58 +00:00
Jaap Keuter
34af7d8725 From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark documentation.

svn path=/trunk/; revision=28248
2009-05-02 06:46:40 +00:00
Jaap Keuter
d01bfa2399 From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark documentation.

svn path=/trunk/; revision=28247
2009-05-02 06:46:03 +00:00
Jaap Keuter
03f2402950 From Naoyoshi Ueda:
Currently wireshark has ability to decrypt ISAKMP IKEv1 packets, but not IKEv2
packets. With attached patch decryption of IKEv2 packets is now passible. 

svn path=/trunk/; revision=28089
2009-04-20 05:40:58 +00:00
Balint Reczey
f7cad3e5ef Removed obsolete color legend.
This fixes bug 2957.

svn path=/trunk/; revision=28083
2009-04-17 22:26:43 +00:00
Sake Blok
ff65240906 Add some more "copy" functionality:
- Enabled "Copy Description" in the main menu and gave it
  accelerator key CTRL+SHIFT+D

- Added "Copy Fieldname" to copy the fieldname of the selected
  field in the detail view (Acc.Key: CTRL+SHIFT+F)

- Added "Copy Value" to copy the value of the selected
  field in the detail view (Acc.Key: CTRL+SHIFT+V)

- Updated documentation to reflect the changes



svn path=/trunk/; revision=28006
2009-04-08 18:32:11 +00:00
Martin Mathieson
68eb20a550 Add a page describing LTE MAC stats window.
The user guide still needs to be updated to show separate Statistics and Telephony menus.

svn path=/trunk/; revision=27971
2009-04-06 09:29:32 +00:00
Stig Bjørlykke
7ff188128b Added a users context list to map a presentation context identifier to an
object identifier when the capture does not contain a PRES package with a
presentation context definition list for the conversation.

Added a few expert infos.

svn path=/trunk/; revision=27631
2009-03-07 00:28:34 +00:00
Stig Bjørlykke
f5cfccc2e9 Updated to use the title attribute for UAT fields.
svn path=/trunk/; revision=27629
2009-03-06 22:59:33 +00:00
Guy Harris
a8a74a9d5b Get rid of "displaylang=" from the URLs; let whatever the site defaults
to be the language you get.

svn path=/trunk/; revision=27305
2009-01-26 23:04:18 +00:00
Ulf Lamping
0e128c0789 add a small section about "msvcr90.dll / vcredist_x86.exe"
svn path=/trunk/; revision=27296
2009-01-26 19:47:03 +00:00
Bill Meier
dee3410f99 Update list of supported file formats + some minor rewording.
svn path=/trunk/; revision=27272
2009-01-19 22:40:39 +00:00
Stephen Fisher
4dffe31d70 From Toralf Foester via -dev mailing list: Add static to the forward
declaration of a static function in the examples.


svn path=/trunk/; revision=27188
2009-01-08 01:56:00 +00:00
Gerald Combs
8d65f94d65 Update the PDML and PSML URLs.
svn path=/trunk/; revision=27128
2008-12-30 00:25:14 +00:00
Gerald Combs
15274ad664 Define the path to the tools directory.
svn path=/trunk/; revision=27054
2008-12-18 21:40:39 +00:00
Bill Meier
fcb9eacb45 Fix bug: use &lt; instead of < and etc
svn path=/trunk/; revision=26988
2008-12-13 21:42:10 +00:00
Bill Meier
761096c41d Add checkAPIs as a code submission requirement.
svn path=/trunk/; revision=26987
2008-12-13 19:17:12 +00:00
Ulf Lamping
fd9a1d6094 add Server 2008 to another place where the versions are mentioned ...
svn path=/trunk/; revision=26977
2008-12-12 23:17:44 +00:00
Ulf Lamping
75e87747e5 add Windows Server 2008 to the list of known working systems (partly fixes #3115)
svn path=/trunk/; revision=26976
2008-12-12 23:08:51 +00:00
Bill Meier
9c601f9fc8 A few minor updates ...
svn path=/trunk/; revision=26965
2008-12-11 16:44:07 +00:00
Bill Meier
891bde2863 Fix typo: profile config is on the right side of the status bar
svn path=/trunk/; revision=26964
2008-12-11 15:32:58 +00:00
Stig Bjørlykke
3319c4e670 We have no pop-up menu in the "Packet Bytes" pane.
svn path=/trunk/; revision=26919
2008-12-04 21:50:52 +00:00
Stig Bjørlykke
48cced98a6 Fixed some indents in program listings.
svn path=/trunk/; revision=26830
2008-11-23 18:16:04 +00:00
Gerald Combs
2c964392a7 Add sections for SMI and GeoIP. Sort the UAT sections.
svn path=/trunk/; revision=26582
2008-10-27 18:55:27 +00:00
Stephen Fisher
d10ec9cdb0 Fix XML error in developer's guide.
svn path=/trunk/; revision=26547
2008-10-25 02:21:05 +00:00
Gerald Combs
9fb53f8f0a Update some sections to point to Visual C++ 2008.
svn path=/trunk/; revision=26543
2008-10-24 21:00:35 +00:00
Gerald Combs
526e3ddbf8 Remove extra tags.
svn path=/trunk/; revision=26532
2008-10-23 21:05:36 +00:00
Gerald Combs
befeb91d67 Updates for Python 2.6.
svn path=/trunk/; revision=26520
2008-10-23 00:38:34 +00:00
Stig Bjørlykke
5a2106b111 List services as a configuration file.
svn path=/trunk/; revision=26412
2008-10-11 11:40:13 +00:00
Stig Bjørlykke
ec1dce16ab Add Logarithmic and Auto to the list of Y Axis scale.
svn path=/trunk/; revision=26326
2008-10-01 09:32:09 +00:00
Gerald Combs
205d47a905 Add proxy detection to win32-setup.sh. Update and clean up some of the
proxy-related documentation.

svn path=/trunk/; revision=26100
2008-08-27 22:06:13 +00:00
Stig Bjørlykke
b18c95e574 Fixed some text and link to a more relevant section for the "!=" common mistake.
svn path=/trunk/; revision=26062
2008-08-23 18:55:02 +00:00
Ulf Lamping
dee45a3060 use the "official" names
svn path=/trunk/; revision=26034
2008-08-17 22:33:53 +00:00
Bill Meier
0b499492f7 Fix various minor typos and spelling errors
svn path=/trunk/; revision=26008
2008-08-13 16:44:18 +00:00