Commit graph

19315 commits

Author SHA1 Message Date
Gerald Combs
fd2d2df09f AirPcap fixes from Giorgio Tino:
1) When choosing to Merge, Import or Keep decryption keys,  key lists will be saved to the preferences file AND into the registry.

2) Now if you check/uncheck the WEP deccryption checkbox in the Preferences..., the AirPcap toolbar will be modified as well.

svn path=/trunk/; revision=19646
2006-10-20 23:22:53 +00:00
Ulf Lamping
ca3d2d22e0 MS usually calls this a build number, not a patch (e.g. see the system version info)
svn path=/trunk/; revision=19643
2006-10-20 20:21:52 +00:00
Ulf Lamping
fecd95b382 don't fail to create an installer if LUA_DIR or NET_SNMP_DIR are not defined (both optional)
svn path=/trunk/; revision=19642
2006-10-20 20:06:44 +00:00
Guy Harris
58bbda182a Don't display the Play button if we're not built with the RTP player.
In tests for whether we're built with the RTP player, test
HAVE_LIBPORTAUDIO first - hopefully we can eventually get rid of the
test for the GTK+ version number.

svn path=/trunk/; revision=19641
2006-10-20 20:05:27 +00:00
Gerald Combs
df360ddc8c Catch an infinite loop. Fixes bug 1172.
svn path=/trunk/; revision=19640
2006-10-20 19:37:11 +00:00
Guy Harris
fcd6675b74 From Stephen Fisher: put a newline at the end, to squelch warnings.
svn path=/trunk/; revision=19639
2006-10-20 19:29:41 +00:00
Jaap Keuter
117784ffae One more Ethereal -> Wireshark name change
svn path=/trunk/; revision=19638
2006-10-20 19:19:33 +00:00
Guy Harris
9083d00ccf Line up the colons in the list of configure options.
svn path=/trunk/; revision=19637
2006-10-20 18:51:51 +00:00
Guy Harris
cc52fa035d Get rid of a duplicate call.
svn path=/trunk/; revision=19636
2006-10-20 18:49:02 +00:00
Guy Harris
b6e73ed047 Put the period into ITU-T Recommendation names.
Clean up indentation.

svn path=/trunk/; revision=19635
2006-10-20 18:41:40 +00:00
Guy Harris
c87e8bacad Add #defines for the column numbers, and use them.
Clean up indentation.

svn path=/trunk/; revision=19634
2006-10-20 18:36:42 +00:00
Guy Harris
aecfc9cf43 Clean up indentation.
Fix typos.

Null out "pa_stream" when the stream is closed; this appears to prevent
some crashes.

svn path=/trunk/; revision=19633
2006-10-20 18:18:50 +00:00
Guy Harris
62d7ab40f6 Don't destroy something if it doesn't exist.
svn path=/trunk/; revision=19632
2006-10-20 17:56:21 +00:00
Guy Harris
89b99ff3f2 Don't pass an uninitialized string to gtk_widget_create_pango_layout();
it supports NULL for "no text".

svn path=/trunk/; revision=19631
2006-10-20 17:47:28 +00:00
Guy Harris
0d9a445fee Don't do things with the RTP channels hash table if it hasn't been
created yet.

svn path=/trunk/; revision=19630
2006-10-20 17:30:27 +00:00
Guy Harris
ff780d78f3 Fix the progress bars.
svn path=/trunk/; revision=19629
2006-10-20 17:12:52 +00:00
Martin Mathieson
cb5116c5b2 Add an expert item for detecting ARP request packet storms. The time period and number of requests needed are configurable. I've turned the preference to do the detection off, because I'm not sure what might be sensible defaults for the other fields...
svn path=/trunk/; revision=19628
2006-10-20 14:20:22 +00:00
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