Commit graph

24315 commits

Author SHA1 Message Date
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
Graeme Lunt
fb3b8307e8 Remove #defined preference grouping
svn path=/trunk/; revision=24985
2008-04-13 16:18:40 +00:00
Graeme Lunt
9bd868fae7 Support for RFC 4530 - LDAP entryUUID attribute.
svn path=/trunk/; revision=24984
2008-04-13 16:14:03 +00:00
Graeme Lunt
f8b679847e Handling of ROS Rejects.
svn path=/trunk/; revision=24983
2008-04-13 16:11:15 +00:00
Graeme Lunt
b2b7c8a769 Annotate the presentation context identifier with the presentation context.
svn path=/trunk/; revision=24982
2008-04-13 16:08:34 +00:00
Ulf Lamping
075a4d5dad disable ADNS stuff for now
svn path=/trunk/; revision=24981
2008-04-13 15:20:00 +00:00
Ulf Lamping
a2f91ba610 fix a comment
svn path=/trunk/; revision=24980
2008-04-13 15:10:59 +00:00
Ulf Lamping
855d104ac7 update some prerequisites
svn path=/trunk/; revision=24979
2008-04-13 15:09:34 +00:00
Ulf Lamping
35681c074c first preparations to build ADNS_DLL
svn path=/trunk/; revision=24978
2008-04-13 14:45:43 +00:00
Ulf Lamping
4322cd8eaa it's color_utils.h
svn path=/trunk/; revision=24977
2008-04-13 13:47:52 +00:00
Ulf Lamping
8de6fc7792 fixes related to file_dlg_win32.rc
svn path=/trunk/; revision=24976
2008-04-13 13:45:50 +00:00
Ulf Lamping
6fd6381ab3 change all preferences related filenames from xy_prefs to prefs_xy
svn path=/trunk/; revision=24975
2008-04-13 13:10:32 +00:00
Ulf Lamping
38c4ebeb4a move all code from color.c into color_utils.c
remove color.c
rename colors.h into color_utils.h (hopefully this reduces confusion to /color.h)

svn path=/trunk/; revision=24974
2008-04-13 12:41:22 +00:00
Ulf Lamping
ce552a159e text_page -> text_page_utils
svn path=/trunk/; revision=24973
2008-04-13 12:24:57 +00:00
Ulf Lamping
6a5b1e0ec0 use the ending "_win32" for every windows specific file
svn path=/trunk/; revision=24972
2008-04-13 12:14:57 +00:00
Ulf Lamping
3b7347ce43 sort entries, update Visual Studio (ghost) project
svn path=/trunk/; revision=24971
2008-04-13 11:55:20 +00:00
Jaap Keuter
8e0c81b1d3 Add IPv6 multicast support.
svn path=/trunk/; revision=24970
2008-04-13 11:42:06 +00:00
Ulf Lamping
644a474c95 sort #includes by directories
svn path=/trunk/; revision=24969
2008-04-13 03:32:24 +00:00
Ulf Lamping
8e3e8b588f sort #includes by directories
svn path=/trunk/; revision=24968
2008-04-13 01:54:20 +00:00
Ulf Lamping
0b97c4211e sort #includes by directories
svn path=/trunk/; revision=24967
2008-04-13 00:55:59 +00:00
Guy Harris
5651d3c0dd List tap_dfilter_dlg.h here, as it's in the gtk directory.
svn path=/trunk/; revision=24966
2008-04-12 23:52:41 +00:00
Jaap Keuter
dae4e65b6d Fix for bug 2452:
Tighten heuristics on DirectPlay player to player messages, so that RTP isn't mistaken as such.

svn path=/trunk/; revision=24965
2008-04-12 23:45:25 +00:00
Ulf Lamping
1f8e6c08be various code cleanup
svn path=/trunk/; revision=24964
2008-04-12 23:34:44 +00:00
Stig Bjørlykke
5d7dee8953 From Mike Davies (bug 2454):
Include support for RTCP extended reports containing block type 8
as defined in RFC5093.

svn path=/trunk/; revision=24963
2008-04-12 22:20:23 +00:00
Stig Bjørlykke
e9e1796aec Include string.h
svn path=/trunk/; revision=24962
2008-04-12 22:17:29 +00:00