Commit graph

283 commits

Author SHA1 Message Date
Gerald Combs
f60ef5f4d3 Make F8 and F7 move to the next and previous packets, which adds
compatibility with a different analyzer.

svn path=/trunk/; revision=19926
2006-11-18 05:05:18 +00:00
Gerald Combs
1ed6291425 Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"
menu) move to the previous and next packet even if the packet list isn't
in focus (specifically, the packet detail will stay in focus if that was
already the case).  Make the return and enter keys toggle tree items in
the packet detail and the backspace key jump to the parent node.  Add a
navigation section to the User's Guide.

Make SIGNAL_EMIT_BY_NAME a simple #define, so that we can feed it
multiple arguments.  Fix up whitespace.

svn path=/trunk/; revision=19924
2006-11-18 01:47:49 +00:00
Ulf Lamping
6d0148ac0a move the content of the Wiki "System Requirements" into the "Platforms Wireshark runs on" section and update the information (e.g. the binary Unix packages changed since the move from Ethereal)
svn path=/trunk/; revision=19564
2006-10-16 21:47:35 +00:00
Ulf Lamping
160acf9d90 from Stephen Fisher:
Attached is a patch to fix some spelling mistakes in the Wireshark 
User's Guide.  I also fixed the author's email addresses as the 
addresses did not match the right names.

svn path=/trunk/; revision=19352
2006-09-28 19:53:11 +00:00
Ulf Lamping
d0199d0d3b second step to fix the file dialog "mess":
- rewrite the "File Save" and "File Merge" sections

svn path=/trunk/; revision=19246
2006-09-16 13:06:38 +00:00
Ulf Lamping
c35950529c first step to fix the file dialog "mess":
- use different screenshots for: GTK1, GTK2 and Win32
- rewrite the "File Open Dialog" section

svn path=/trunk/; revision=19239
2006-09-15 22:56:15 +00:00
Gerald Combs
7d95399a0d Use SESSIONNAME instead of CLIENTNAME to try to detect RDP sessions.
Look for a string that starts with "rdp".  This should take care of
cases where a default capture filter is set needlessly.

Update the docs accordingly.

svn path=/trunk/; revision=19236
2006-09-15 21:35:01 +00:00
Ulf Lamping
93bf2c9841 fix various minor things noted by Brian Drab
svn path=/trunk/; revision=19230
2006-09-13 20:37:37 +00:00
Ulf Lamping
7c2dbdd580 add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct)
fix a lot of broken URL's

svn path=/trunk/; revision=19192
2006-09-11 22:30:12 +00:00
Ulf Lamping
26b81bd926 add the LUA plugin install option
svn path=/trunk/; revision=19191
2006-09-11 20:41:32 +00:00
Ulf Lamping
4e7e67a865 fix a minor typo
svn path=/trunk/; revision=19067
2006-08-28 22:23:18 +00:00
Ulf Lamping
5bb5af620b add information about remote traffic capture filter
svn path=/trunk/; revision=19063
2006-08-28 21:11:10 +00:00
Ulf Lamping
11c289ecc3 fix #1063, some leftover typo's: Etheral -> Wireshark
svn path=/trunk/; revision=19053
2006-08-27 11:46:02 +00:00
Ulf Lamping
5ef0280a62 rework the pop-up menu section
svn path=/trunk/; revision=19043
2006-08-26 11:03:41 +00:00
Ulf Lamping
b343e39ef2 User's/Developer's Guide: finish Ethereal to Wireshark transition by "reshoot" *all* screenshots (and rename them) and update some of the menu items that changed in the meantime.
svn path=/trunk/; revision=19032
2006-08-25 20:02:57 +00:00
Jaap Keuter
342488f643 From Brian Drab: Several comments and typo's
svn path=/trunk/; revision=18851
2006-08-07 21:34:48 +00:00
Guy Harris
663018f347 Update to reflect changes in libpcap 0.9.x. ("make install" installs
the headers as well as the libraries, and nothing gets installed in
".../include/net".)

svn path=/trunk/; revision=18802
2006-07-28 01:22:59 +00:00
Gerald Combs
9045703e2c Add duplicate frame detection (and removal) to editcap. (Some switches
generate duplicate packets when a mirror/SPAN port is misconfigured).

svn path=/trunk/; revision=18800
2006-07-27 17:53:29 +00:00
Gerald Combs
f53bb927fc Add support for generating firewall ACL rules. MAC, IPv4, port, and
IPv4+port rules are supported along with several syntaxes: IOS standard,
IOS extended, ipfilter, ipfw, pf, and netsh.  IPv6 is currently not
supported, but shouldn't be too difficult to add.

All of the rules were created using the documentation for each product.
None of them have been tested.  For the time being, use them with
caution.

svn path=/trunk/; revision=18737
2006-07-14 20:14:39 +00:00
Ulf Lamping
9a288878dd update the files information to reflect the current implementation, as some files can also reside in the personal profile for some time now
svn path=/trunk/; revision=18658
2006-07-04 18:35:23 +00:00
Ulf Lamping
73e1406b4f explain the capture file contents a bit and add a warning to the save dialog that some information will be lost after saving (e.g. packet drop count)
svn path=/trunk/; revision=18533
2006-06-21 18:31:34 +00:00
Ulf Lamping
19cbd3f03f add some information to the "Output File Formats" section
svn path=/trunk/; revision=18474
2006-06-15 19:13:47 +00:00
Ulf Lamping
ab40a87c67 explain why packets of layers won't sum up, "fixes" eth#988
svn path=/trunk/; revision=18381
2006-06-07 08:36:29 +00:00
Ulf Lamping
9cdae9eb1e add dumpcap to the section of command line tools
svn path=/trunk/; revision=18320
2006-06-02 17:19:54 +00:00
Ulf Lamping
ac86320a46 Ethereal -> Wireshark
svn path=/trunk/; revision=18319
2006-06-02 17:19:13 +00:00
Gerald Combs
6dbebe8f86 More ethereal->wireshark
svn path=/trunk/; revision=18306
2006-06-02 03:10:55 +00:00
Jaap Keuter
e10e4fb85c Further cleanup of Wireshark User Guide
svn path=/trunk/; revision=18290
2006-05-31 21:49:26 +00:00
Gerald Combs
eb71f7fb96 Rename the main executable to "wireshark", along with more conversions:
ethereal.com -> wireshark.org
  mailing lists and addresses
  ETHEREAL -> WIRESHARK
  Man pages
  Automake/Autoconf names


svn path=/trunk/; revision=18271
2006-05-31 19:12:15 +00:00
Gerald Combs
8958bab6de Tethereal/tethereal -> TShark/tshark.
svn path=/trunk/; revision=18268
2006-05-31 17:38:42 +00:00
Gerald Combs
b15974d094 libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ of
changes here.  It compiles OK on OS X, but hasn't been tested anywhere else.

svn path=/trunk/; revision=18260
2006-05-31 00:23:01 +00:00
Gerald Combs
4230049628 Ethereal -> Wireshark in the User's Guide. Switch over to the new logo.
We'll probably want to use a vectorized version of the logo (e.g. EPS or 
SVG) at some point.

svn path=/trunk/; revision=18257
2006-05-30 20:49:45 +00:00
Gerald Combs
cfda4eb127 EUG -> WSUG
svn path=/trunk/; revision=18256
2006-05-30 19:45:12 +00:00
Gerald Combs
8931e0d12a Ethereal -> Wireshark
svn path=/trunk/; revision=18255
2006-05-30 19:38:24 +00:00