Commit graph

19148 commits

Author SHA1 Message Date
Martin Mathieson
0812a4cb6f Report roundtrip delay as expert item
svn path=/trunk/; revision=19627
2006-10-20 14:05:18 +00:00
Martin Mathieson
fffd12bf24 Minor info column formatting + improved hf long text entries
svn path=/trunk/; revision=19626
2006-10-20 14:03:28 +00:00
Guy Harris
b12232d7a1 Do the word-wrapping in end_string(), once the string is completely
constructed.  Clean up the insertion of ", ".

Put the runtime libpcap version into the runtime version info.

svn path=/trunk/; revision=19625
2006-10-20 09:06:24 +00:00
Jaap Keuter
22a949a42f Make dumpcap complile again and other minor improvements.
svn path=/trunk/; revision=19624
2006-10-20 06:24:56 +00:00
Jaap Keuter
dd63bac75b Fixes bug 1166, adds DNET decoding to I-Could-Be-Router-To-Network message.
svn path=/trunk/; revision=19623
2006-10-20 05:56:56 +00:00
Bill Meier
798a4b8c77 fix 'save' to store hi-order 32 bits of time offset for each pkt; fixes bug 1168
svn path=/trunk/; revision=19622
2006-10-20 01:17:17 +00:00
Gerald Combs
2f053534b1 Remove an extra space.
svn path=/trunk/; revision=19621
2006-10-19 23:57:46 +00:00
Gerald Combs
99d5c5e440 Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()
and add version info for AirPcap.  Add a corresponding
get_gui_runtime_info().  Fix up whitespace.

svn path=/trunk/; revision=19620
2006-10-19 22:43:38 +00:00
Jaap Keuter
ed69c761c8 From Stephen Fisher:
Attached is a patch to fix bug #1165.  To summarize: "if you click on the button to change the background color and hit ok, it changes not only the name field but also the string field's color away from the red/green [syntax check]."

svn path=/trunk/; revision=19619
2006-10-19 21:39:18 +00:00
Guy Harris
1eefc6d60e Clean up the word wrap stuff a bit. (Arguably, that should be done in
the code that displays it - we might, for example, be able to have the
About dialog word-wrap to the appropriate size, and word-wrap text
printed to the standard output to the terminal width if it's going to a
terminal and to 80 or whatever columns otherwise.)

Don't report anything in dumpcap about libraries not used by dumpcap. 
(It was printing a blank, which looked a bit weird.)

Fix the handling of _MSC_VER as per Gerald's fix for _MSC_FULL_VER.

svn path=/trunk/; revision=19618
2006-10-19 21:17:23 +00:00
Jaap Keuter
0a069f6785 Set the right properties
svn path=/trunk/; revision=19617
2006-10-19 21:11:36 +00:00
Gerald Combs
1a9332f19a Fix the MSVC++ compiler information. Put a blank line before the "Built"
info.

svn path=/trunk/; revision=19616
2006-10-19 20:37:41 +00:00
Guy Harris
ce8b1c8733 The RDM dissector is now a built-in; get rid of the plugin.
svn path=/trunk/; revision=19615
2006-10-19 18:47:15 +00:00
Guy Harris
1ae512451e Fix a comment.
svn path=/trunk/; revision=19614
2006-10-19 18:44:51 +00:00
Guy Harris
00d8ca2d45 Fix up the changes to put the Portaudio information at the end of the
version string, so the information comes out right for applications that
don't use Portaudio.

Get rid of an extra "with" in the version string for dumpcap.

Get rid of an extra blank after the libpcap version string, and get rid
of an extra newline before it.

Attempt to add more compiler version information and to prettify the
MSVC++ version information (both untested).

svn path=/trunk/; revision=19613
2006-10-19 18:43:12 +00:00
Luis Ontanon
85a3437549 $Id$ and propset
svn path=/trunk/; revision=19612
2006-10-19 18:35:10 +00:00
Martin Mathieson
7958903f7c Add DTD for RFC 4662 (Event Notification Extension for Resource Lists) XML schema.
svn path=/trunk/; revision=19611
2006-10-19 17:37:15 +00:00
Gerald Combs
7217c6ba50 Fix a typo.
svn path=/trunk/; revision=19610
2006-10-19 17:34:11 +00:00
Michael Tüxen
fe5f26af7b Register the dissector.
svn path=/trunk/; revision=19609
2006-10-19 17:25:13 +00:00
Luis Ontanon
82abc5f08b - wslua_gui.c:
- remove data_ref where it is not used anymore (callbacks won't pass userdata as this ius better done using lua's closures)
  - have TextWindow:set_editable() using its argument

- add wslua_optbool(L,n,d) to pull an optional boolean from the stack

- several fixes to docbook generation (now it compiles!)



svn path=/trunk/; revision=19608
2006-10-19 17:02:23 +00:00
Guy Harris
631a4936c5 Install the COPYING file, as the license tab in the About box needs it.
svn path=/trunk/; revision=19607
2006-10-19 09:31:11 +00:00
Guy Harris
11d3c15ca0 Set want_portaudio to yes if we'll be building with libportaudio; it
might have been set to ifavailable, but other parts of the configure
script expect it to be "yes" or "no" after
AC_WIRESHARK_LIBPORTAUDIO_CHECK finishes.

svn path=/trunk/; revision=19606
2006-10-19 09:16:49 +00:00
Guy Harris
1fbb567ebe Fix a compiler warning (about a real problem).
svn path=/trunk/; revision=19605
2006-10-19 09:14:27 +00:00
Guy Harris
ed8b50ba3f Fix some compiler warnings (about real problems).
svn path=/trunk/; revision=19604
2006-10-19 09:12:28 +00:00
Guy Harris
26faa9ad5a Include gtk/main.h to declare main_filter_packets().
svn path=/trunk/; revision=19603
2006-10-19 09:10:40 +00:00
Guy Harris
e773247138 If we have to use Lex or Flex, check whether we found it, first, and if
we didn't, report an error and fail, rather than blithely executing
commands with the command a blank string.

svn path=/trunk/; revision=19602
2006-10-19 07:45:10 +00:00
Jaap Keuter
4f5a48c4f6 Adding license tab to about dialog
svn path=/trunk/; revision=19601
2006-10-19 06:29:13 +00:00
Bill Meier
658fbf4314 rdm now not a plugin - don't copy dll
svn path=/trunk/; revision=19600
2006-10-19 03:45:34 +00:00
Gerald Combs
40b8458408 Add support for:
- The AirPcap Multi-Channel Aggregator (which is marketspeak for an "any" 
    device)
  - Merging the 802.11 dissector WEP key list with AirPcap's
  - Decrypting WEP in the adapter, in Wireshark, or not at all
  
Update the release notes.

svn path=/trunk/; revision=19599
2006-10-19 00:48:03 +00:00
Gerald Combs
3208402386 If .svn/entries exists, add it as a dependency to svnversion.h.
svn path=/trunk/; revision=19598
2006-10-18 20:30:15 +00:00
Jaap Keuter
7ded21f336 Squelch compiler warnings
svn path=/trunk/; revision=19597
2006-10-18 19:42:10 +00:00
Jaap Keuter
a3f017648f From Shaun Jackman
The RDM protocol has been accepted as ANSI standard E1.20-2006. The following patch updates the decoder to that spec. 
At the same time it is promoted to a build-in dissector.

svn path=/trunk/; revision=19596
2006-10-18 19:29:05 +00:00
Luis Ontanon
125c6243f6 Add module information for generated docs
svn path=/trunk/; revision=19595
2006-10-18 18:45:24 +00:00
Luis Ontanon
0757dcbba3 - better indentation and fix some errors
svn path=/trunk/; revision=19594
2006-10-18 18:39:30 +00:00
Luis Ontanon
2e03cbb421 - have console.lua not using os.date when os has been disabled
- try to avoid a warning in wslua_gui.c
- make-doc.pl --> docbook (still broken I guess)



svn path=/trunk/; revision=19593
2006-10-18 17:59:49 +00:00
Gerald Combs
fc62f98e74 In the 802.11 dissector, mark the "wep_keys" preference as obsolete,
and replace it with an "enable_decryption" preference.

Instead of forcing the user to specify how many WEP keys we have,
figure it out for ourselves by parsing the key list.  When decrypting,
don't worry about the key index specified in the header (which resulted
in trying to decrypt using the same key twice); simply try each key in
order (which we were doing anyway).

In hex_str_to_bytes(), handle a null hex string.

Update the release notes.

svn path=/trunk/; revision=19592
2006-10-18 17:55:29 +00:00
Luis Ontanon
aee9a87da4 - Fix the makefile
- improve the Lua Console


svn path=/trunk/; revision=19591
2006-10-18 15:05:55 +00:00
Ronnie Sahlberg
b3301320c1 add dissection of DATA IN/OUT and SCSI RESPONSE to the usb mass storage dissector
svn path=/trunk/; revision=19590
2006-10-18 12:00:38 +00:00
Ronnie Sahlberg
232e884ca1 new dissector : usb mass storage
this is a wrapper protocol to store SCSI frames inside usb bulk data transfers

the dissector is far from complete but does
track ITL and ITLQ structures and will also call the SCSI dissector to 
dissect the SCSI CDB.


what is still missing is handling of data in/out and scsi responses


at least it will now display the SCSI CDB and dissect it. woohoo



svn path=/trunk/; revision=19589
2006-10-18 11:24:03 +00:00
Ronnie Sahlberg
6a75fbab65 create a dissector table for the bulk input/output packet types
svn path=/trunk/; revision=19588
2006-10-18 09:30:28 +00:00
Ronnie Sahlberg
df75f29284 move some defines to packet-usb.h so that they can be shared with other dissectors
svn path=/trunk/; revision=19587
2006-10-18 09:10:14 +00:00
Anders Broman
5243edd737 Add part of E.5 Basic DTMF Generator Package
svn path=/trunk/; revision=19586
2006-10-18 05:45:52 +00:00
Ulf Lamping
195144a85e llc_add_oui() wants a pointer, not a pointer pointer
svn path=/trunk/; revision=19585
2006-10-18 00:22:23 +00:00
Gerald Combs
9898be2f65 Add compiler information.
svn path=/trunk/; revision=19584
2006-10-17 22:43:40 +00:00
Jaap Keuter
c57d78db9c From Stephen Fisher:
While researching another bug in follow_dlg.c, I spotted a different one that causes the from and to hostnames/ip addresses to be the same in the follow tcp stream dialog only with IPv6.

svn path=/trunk/; revision=19583
2006-10-17 20:53:57 +00:00
Luis Ontanon
9777d83a8f Add the license
svn path=/trunk/; revision=19582
2006-10-17 18:29:24 +00:00
Luis Ontanon
046d2a6e23 Propsets
svn path=/trunk/; revision=19581
2006-10-17 18:26:44 +00:00
Luis Ontanon
c9d6a432a7 Have console.lua and dtd_gen.lua installed by nsis
svn path=/trunk/; revision=19580
2006-10-17 18:21:49 +00:00
Luis Ontanon
b8ef88a6e2 Several changes:
- do not #include a c code file in wslua_register.c compile a separate boject
 - add the console and evaluate windows
 - add some useful vars to the lua environment
 - some cleanup
 - add the dtd generator code (currently disabled)


svn path=/trunk/; revision=19579
2006-10-17 18:20:44 +00:00
Luis Ontanon
482ded17c6 Hide the "Tools" menu if it has no items .
svn path=/trunk/; revision=19578
2006-10-17 17:52:15 +00:00