| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
always a dependency, add references to it only once (in Makefile.common). Should it be a dependency?
svn path=/trunk/; revision=31863
|
|
|
|
|
|
| |
fix the Windows build (without breaking the GNU toolchain build).
svn path=/trunk/; revision=31861
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This at least gets the docbook source distributed, as requested in:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3871
Still to do:
1) get out-of-source-tree builds working
2) automatically check that everything is distributed with distcheck
(requires (1) but it may also require building the docbook
directory as part of "make all")
3) (optional) use automake rules to actually build the stuff (currently
Makefile.am is basically some automake stuff wrapped around standard
Makefile rules. Could this done better?)
svn path=/trunk/; revision=31858
|
|
|
|
| |
svn path=/trunk/; revision=31808
|
|
|
|
| |
svn path=/trunk/; revision=31800
|
|
|
|
| |
svn path=/trunk/; revision=31616
|
|
|
|
| |
svn path=/trunk/; revision=31369
|
|
|
|
|
|
|
| |
- New Capture Options dialog.
- Add Remote Capture section.
svn path=/trunk/; revision=31154
|
|
|
|
|
|
| |
The user guide still needs to be updated to show separate Statistics and Telephony menus.
svn path=/trunk/; revision=27971
|
|
|
|
|
|
|
|
| |
to show and document the "Device" column.
Added a note about hidden interfaces.
Added some missing graphics files to Makefile.common.
svn path=/trunk/; revision=25115
|
|
|
|
| |
svn path=/trunk/; revision=24870
|
|
|
|
| |
svn path=/trunk/; revision=24382
|
|
|
|
|
|
|
|
| |
Add a section introducing wslua and how scripts are loaded (to be completed).
svn:ignore wsluarm (a dummy file to mark the generation of the various components of the reference manual)
svn path=/trunk/; revision=22375
|
|
|
|
| |
svn path=/trunk/; revision=22374
|
|
|
|
| |
svn path=/trunk/; revision=22369
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Based on comments from Ulf (http://www.wireshark.org/lists/wireshark-dev/200701/msg02802.html), have revised menu structure and labels for copying items, and updated the documentation to match.
(a) All copying now under one sub-menu in each of packet list and details panes
(b) Revised names for copy items, now the same for both panes
(c) Export Selected Packet Bytes item now in pop-up menu for packet list and details panes
(d) Removed Copy and Export from packet bytes pane; this leaves no items in the pop-up menu.
This last is because the functionality in the bytes pane was odd and inconsistent
- right-clicking would often change the selection in unexpected ways
- the export worked on the selected bytes, the copy on the whole packet
- the documentation did not reflect the functionality correctly (at least for Copy / Text Only).
svn path=/trunk/; revision=20787
|
|
(together with Makefile.common), just like all the other directories have it. This way makes it easier to get settings from config.nmake and probably makefile.am will be easier to do. In addition we don't need GNU make for Win32 generation.
svn path=/trunk/; revision=20613
|