Commit graph

24339 commits

Author SHA1 Message Date
Ulf Lamping
d064016e66 add some more "links" to online pages
svn path=/trunk/; revision=25035
2008-04-15 02:10:41 +00:00
Ulf Lamping
bfa3cad089 try to improve the help menu
svn path=/trunk/; revision=25034
2008-04-15 02:06:38 +00:00
Jörg Mayer
a4dc607922 configure seems to install the manpages into .../share/man/, not .../man/
svn path=/trunk/; revision=25033
2008-04-15 01:26:02 +00:00
Jörg Mayer
8ff2e54cb0 Fix "make distcheck"
Reorder some files to alphabetical order

Fix "make rpm-package" for out-of-tree builds

svn path=/trunk/; revision=25032
2008-04-14 23:29:54 +00:00
Jaap Keuter
10a55966b2 Fix for bug 2458:
Adding dissection for more recent PPPoE tags.

svn path=/trunk/; revision=25031
2008-04-14 22:32:17 +00:00
Jörg Mayer
dc85c37b17 packet-ieee802154.c will create a warning using gcc 4.3
svn path=/trunk/; revision=25030
2008-04-14 21:35:35 +00:00
Jörg Mayer
60547db130 gcc 4.3 will not handle an overflow in the expected way but will warn instead. -Werror does the rest
svn path=/trunk/; revision=25029
2008-04-14 21:33:56 +00:00
Jörg Mayer
944beafd70 Get rid of some unsued code: The warning causes a failure due to -Werror
svn path=/trunk/; revision=25028
2008-04-14 21:31:19 +00:00
Jörg Mayer
abaea4e100 The generated code warns about 'input' being unused. -Werror turns this into a failure
svn path=/trunk/; revision=25027
2008-04-14 21:29:29 +00:00
Jörg Mayer
46efef6b04 Get rid of some unused functions to prevent -Werror from causing the compile to fail
svn path=/trunk/; revision=25026
2008-04-14 21:24:12 +00:00
Luis Ontanon
4eb08aad66 From Marton Nemeth:
Addenda and fixes to WSLUA_CLASS_DEFINE documentation

Mine: fix init.lua generation



svn path=/trunk/; revision=25025
2008-04-14 21:16:32 +00:00
Stig Bjørlykke
16717f3be2 From Andrew Feren (bug 2462):
Patch to print packet rate.

From me:
Document -x option in man page.

svn path=/trunk/; revision=25024
2008-04-14 20:02:45 +00:00
Stig Bjørlykke
5acf099bd2 From Roberto Morro (bug 2416):
Added support for Ethernet SENDER_TSPEC and FLOWSPEC objects according to
draft-ietf-ccamp-ethernet-traffic-parameters-02.
Added support for enhancements in the LSP_TUNNEL_INTERFACE_ID object according
to draft-ietf-ccamp-lsp-hierarchy-bis-02.
Added support for NOTIFY_REQUEST and RECOVERY_LABEL objects.
Added display filters for some fields of the GENERALIZED_UNI and CALL_ID
objects.

svn path=/trunk/; revision=25023
2008-04-14 19:43:39 +00:00
Jörg Mayer
7bad41d7aa The unknown value (aka flags) can take any value
svn path=/trunk/; revision=25022
2008-04-14 19:34:05 +00:00
Jörg Mayer
f932eb742d Add a FIXME
svn path=/trunk/; revision=25021
2008-04-14 19:31:36 +00:00
Jörg Mayer
6935e50369 Get rid of a warning in gcc 4.3: An integer overflow will not cause a sign change
svn path=/trunk/; revision=25020
2008-04-14 19:30:35 +00:00
Jörg Mayer
39bcbdc87d Update the warning flags (suppress one warning that appears with -pedantic)
svn path=/trunk/; revision=25019
2008-04-14 19:27:39 +00:00
Stig Bjørlykke
03c1c32b5c From Philip Frey (bug 2443):
Fixed issues from last patch.

svn path=/trunk/; revision=25018
2008-04-14 19:22:19 +00:00
Stig Bjørlykke
e1aebe1cb6 get_profile_name() will always return a valid string.
svn path=/trunk/; revision=25017
2008-04-14 15:20:12 +00:00
Sake Blok
a287b0f3f5 From Jim Young (bug 2212):
Add the profile name to the title of all the configuration windows.
(this is a rewrite of Jim's patch)


svn path=/trunk/; revision=25016
2008-04-14 15:01:34 +00:00
Jaap Keuter
b3838f52b3 Fix for bug 2456:
IPv6 multicast MAC address incorrectly resolved to neighborhood discovery.

svn path=/trunk/; revision=25015
2008-04-14 07:16:37 +00:00
Jaap Keuter
e3463e8d53 From Jim Young:
Within the packet-diameter_3gpp.c module, the call to proto_register_protocol()
comes AFTER the proto_register_field_array() call. 
While the delayed call to proto_register_protocol() does not appear to impair the use 
of the display filters, it DOES effect the generation of the wireshark-filter man page.

svn path=/trunk/; revision=25014
2008-04-14 06:43:42 +00:00
Stephen Fisher
56a638339c "const static char *" -> "static const char *" to fix build
svn path=/trunk/; revision=25013
2008-04-14 03:29:49 +00:00
Ulf Lamping
e7fde0351e add stock icons for expert info and flow graph
svn path=/trunk/; revision=25012
2008-04-14 02:09:54 +00:00
Michael Tüxen
bf8f1e2faa #ifdef HAVE_LUA_5_1 the handling of REGISTER_TOOLS_GROUP_NONE
svn path=/trunk/; revision=25011
2008-04-14 01:51:15 +00:00
Ulf Lamping
006d13d416 we don't need stat_menu.h here
svn path=/trunk/; revision=25010
2008-04-14 01:12:29 +00:00
Ulf Lamping
b3d55eb095 clarify the stats_tree menu items
svn path=/trunk/; revision=25009
2008-04-14 01:11:07 +00:00
Ulf Lamping
3e2fcbfe6c be clear that the "multicast stream" stats are about UDP
svn path=/trunk/; revision=25008
2008-04-14 01:10:06 +00:00
Ulf Lamping
6de61b65f3 as the "Firewall ACL rules" perfectly fits into a tools menu, and together with the optional lua we have two and as it slightly simplifies the code, make the
Tools

toplevel menu item "permanent".

svn path=/trunk/; revision=25007
2008-04-14 00:10:18 +00:00
Ulf Lamping
7f1db1edd0 at least use the "open" (and not the save) icon for import
svn path=/trunk/; revision=25006
2008-04-13 23:57:14 +00:00
Ulf Lamping
5f96c98776 add the (optional) possibility to register a stock icon for a stats menu entry
svn path=/trunk/; revision=25005
2008-04-13 23:55:32 +00:00
Stig Bjørlykke
50f4da953e Fix splitting MIB/PIB paths in about box for other than win32.
svn path=/trunk/; revision=25004
2008-04-13 22:21:07 +00:00
Ulf Lamping
79ebaba30a export emem_tree_foreach as requested by user
svn path=/trunk/; revision=25003
2008-04-13 21:59:39 +00:00
Stig Bjørlykke
428703d8ad From Giodi Giorgi (bug 2201):
Fix dumping of PROTECTION INFO and GENERALIZED UNI according to RFC3471.

svn path=/trunk/; revision=25002
2008-04-13 21:57:04 +00:00
Jaap Keuter
c22bfae716 Fix for bug 1603:
SMPP validity period as relative time interpretation corrected.

svn path=/trunk/; revision=25001
2008-04-13 21:54:07 +00:00
Ulf Lamping
2e505267a8 as we can't easily (re)build adns on msvc6, create and use compiler specific dirs (e.g. MSVC2005EE/adns) to place the compiler specific dll/lib files into
svn path=/trunk/; revision=25000
2008-04-13 21:21:25 +00:00
Michael Tüxen
f1fedb6b73 Get it compiing on Mac OS X.
svn path=/trunk/; revision=24999
2008-04-13 20:11:16 +00:00
Ulf Lamping
e8203bb1b1 add a comment that the ping code is running in the background (that caused me some headache :-)
change the ping packet length, so the last packet will have exactly 100 bytes (at least on Windows)

svn path=/trunk/; revision=24998
2008-04-13 18:50:45 +00:00
Ulf Lamping
27b9b6cb8e we can't easily (re)build ADNS on MSVC6, because iphlpapi.h is needed (sic!)
-> so don't do the delete/rebuild on MSVC6 machines

svn path=/trunk/; revision=24997
2008-04-13 18:46:47 +00:00
Ulf Lamping
f2012542c0 attempt to build ADNS on none MSVC6 systems - with the same mechanism as done with ZLIB
Unfortunately, both dep and rc files need to be patched, so I added the patched files

It's an ugly solution but it seems to work ...

svn path=/trunk/; revision=24996
2008-04-13 17:58:04 +00:00
Graeme Lunt
39ab6c51c0 Allow the folders in the About Wireshark/Folders list to be double clicked on to open the appropriate folder in explorer.
The MIB/PIB paths have been split up to allow each one to be clicked on separately, but as a result this will lose the order if the whole list is reordered.

XXX: I have been unable to test this on MacOS or Linux. Stig? :-)
I suppose it should work, but we may need to make it WIN32 specific?


svn path=/trunk/; revision=24995
2008-04-13 17:48:47 +00:00
Stig Bjørlykke
da74314d91 Initialize linelen to avoid a warning.
svn path=/trunk/; revision=24994
2008-04-13 16:58:57 +00:00
Stig Bjørlykke
b65207f6de Initialize conversation.
svn path=/trunk/; revision=24993
2008-04-13 16:55:56 +00:00
Stig Bjørlykke
772b24c149 Fix the crash from bug 2432. I don't really like that we use a new tvb
and a new data source for displaying unaligned octet strings, because the
user cannot easily see where in the data package the values are from.

Maybe we should implement a "Packet Bits" pane for bit protocols?
Or just an option to turn the Bytes pane to a Bits pane?

Another problem is that the generated pdml (from the bug report) does not
generate correct data for these fields, as the "pos" value is always zero
(because we use a new tvb with offset 0).  But I suppose it's difficult to
fix this with byte values...

svn path=/trunk/; revision=24992
2008-04-13 16:42:41 +00:00
Graeme Lunt
847d2bcb88 Support for some additionl heading fields and the display of the (non-MIME) message text.
svn path=/trunk/; revision=24991
2008-04-13 16:38:01 +00:00
Graeme Lunt
fb6d3314b5 Support for the reassembly dissection of IMF/MIME messages retrieved over POP using the RETR and TOP commands.
The reassembly is, as usual, a preference.


svn path=/trunk/; revision=24990
2008-04-13 16:36:41 +00:00
Graeme Lunt
fe88a7720d Support for RFC 2920 SMTP Command Pipelining.
The client can send multiple requests before waiting for responses.
Multiple requests/responses are delimited in the info column using  " | ".

Also changed to using "C:" (client) and "S:" (server) to save space in the info column and align with examples in RFC 2821.

Lack of support for PIPELINING was shown up during Sake's session at SharkFest08!


svn path=/trunk/; revision=24989
2008-04-13 16:33:44 +00:00
Stig Bjørlykke
3de66e38ec Renamed image/win32-file-dlg.rc to image/file_dlg_win32.rc
svn path=/trunk/; revision=24988
2008-04-13 16:21:22 +00:00
Graeme Lunt
668e79995a Removed #defined preference grouping
svn path=/trunk/; revision=24987
2008-04-13 16:21:08 +00:00
Graeme Lunt
85536e668e Removal of #defined preference grouping and tidy up agreement id.
svn path=/trunk/; revision=24986
2008-04-13 16:20:12 +00:00