Commit Graph

10424 Commits

Author SHA1 Message Date
Guy Harris 6d3871ec70 Back out the previous change, as it checked in older versions of
config.guess and config.sub.

svn path=/trunk/; revision=10524
2004-03-30 19:07:51 +00:00
Guy Harris 0dd6a7d96d From Ryuji Somegawa: fix AirLink record dissection.
svn path=/trunk/; revision=10523
2004-03-30 19:01:24 +00:00
Guy Harris 3db0b315b7 From Lars Roland: Tethereal version of SIP statistics tap, and fixes to
the Ethereal version.

svn path=/trunk/; revision=10522
2004-03-30 18:55:47 +00:00
Guy Harris 1ca8d227a2 From Lars Roland: have "make clean" and "make distclean" clean up the
new Cisco VoIP plugins.

svn path=/trunk/; revision=10521
2004-03-30 18:45:04 +00:00
Guy Harris 36abac74a4 From Duncan Sargeant: include "moduleinfo.h" so that the plugins get the
right version number.

svn path=/trunk/; revision=10520
2004-03-30 18:30:28 +00:00
Guy Harris 51c9b679ad From Michael Kopp: add support for vendor-specific items for the Cisco
VPN 3000 Concentrator, Cisco VPN 5000 Concentrator and Cisco Broadband
Service Manager.

svn path=/trunk/; revision=10519
2004-03-30 18:23:54 +00:00
Guy Harris a4317c1099 The extension ID field in a Private Extension IU is 2 bytes, so the
length of the IU must be at least 2 bytes in order to dissect the
contents.

Just use "proto_tree_add_item()" to add the value of the private
extension, and do so only if it's not zero-length.

svn path=/trunk/; revision=10518
2004-03-30 18:14:22 +00:00
Guy Harris c02f779c36 Fix the length used for the protocol tree item for Mobile IPv6 options.
svn path=/trunk/; revision=10517
2004-03-30 17:52:15 +00:00
Guy Harris b1941bb98f From Devin Heitmueller: put back the info level for the user info
request.

svn path=/trunk/; revision=10516
2004-03-30 17:38:45 +00:00
Richard Sharpe fc71b11d56 Add the mask for an NT ACL ACE to the summary list for each ACE. This
means we don't have to expand the ACE to see what the permission mask is.

There are a couple of other places where this could be used, but I have not
done anything about them.

svn path=/trunk/; revision=10515
2004-03-30 07:39:05 +00:00
Guy Harris 9348381d23 It *appears* that if you don't explicitly request that a file chooser
dialog be centered on its parent, it still gets so centered; we remove
the call to do so from the GTK+ >= 2.4 file selection dialog creation
code.

svn path=/trunk/; revision=10514
2004-03-29 23:14:43 +00:00
Guy Harris e4544c4f87 In a "save" dialog, the "yes" button should be a "Save" button, not an
"Open" button.

svn path=/trunk/; revision=10513
2004-03-29 23:03:01 +00:00
Guy Harris f76d50c881 Add another wrapper routine, "file_selection_set_extra_widget()", to set
the "extra options" portion of a file selection dialog, and use it
rather than #if'ed code.

svn path=/trunk/; revision=10512
2004-03-29 22:55:13 +00:00
Guy Harris 29c644691b Make "file_selection_new()" take as its second argument an
Ethereal-defined indication of the action (open vs. save), regardless of
whether we're building for GTK+ >= 2.4 or not; we just ignore the
argument in pre-2.4 GTK+.

Use "file_selection_new()" rather than #if'ed code to use it or
"gtk_file_chooser_dialog_new()"  for GTK+ >= 2.4 and
"gtk_file_selection_new()" or it for pre-2.4 GTK+.

Add a "file_selection_set_current_folder()" routine that does the
appropriate thing depending on whether we're GTK+ >= 2.4 or not, and use
that rather than #if'ed code to use
"gtk_file_chooser_set_current_folder()" or
"gtk_file_selection_set_filename()".

svn path=/trunk/; revision=10511
2004-03-29 22:40:58 +00:00
Guy Harris 08c04ec973 From Jouni Malinen:
Small changes for EAPOL-Key dissector for IEEE 802.11i/RSN:
	- add Encrypted Key Data flag for key info
	- do not try to parse EAPOL-Key Key Data if it is encrypted
	  (RSN: Encrypted Key Data flag, WPA: Group Key)
	- Key Index and Key ID are reserved in RSN

svn path=/trunk/; revision=10510
2004-03-28 00:26:13 +00:00
Ulf Lamping 6af5992f02 minor code cleanup, including removed MSVC warnings
svn path=/trunk/; revision=10509
2004-03-27 12:18:40 +00:00
Jörg Mayer 4435171600 Fix some aclocal warnings during autogen.sh
svn path=/trunk/; revision=10508
2004-03-27 12:14:17 +00:00
Jörg Mayer 9c83306a7e Some aclocal warning fixes during autogen.sh
svn path=/trunk/; revision=10507
2004-03-27 12:07:57 +00:00
Guy Harris fb80fee190 From Ronnie Sahlberg: RST and FIN segments are neither zero-window
packets nor duplicate ACKs.

svn path=/trunk/; revision=10506
2004-03-27 11:53:21 +00:00
Jörg Mayer 4670872d4e OK, I'm impatient. In case of problems, I'm to blame, not Olivier.
Olivier Biot:
	Merge epan/configure.in back into configure.in
	Leave epan/confiugre.in and epan/acinclude.m4 in case we need to
		undo this.

svn path=/trunk/; revision=10505
2004-03-27 11:52:51 +00:00
Guy Harris c55b0fe0ce From Gisle Vanem: add a "this is a generated file" comment to the output
of process-x11-fields.

svn path=/trunk/; revision=10504
2004-03-27 11:33:40 +00:00
Guy Harris b8b4a6e3a8 From Michael Lum:
ANSI IS-801 support;

	dissect more GSM supplementary services messages and fields.

svn path=/trunk/; revision=10503
2004-03-27 11:32:30 +00:00
Olivier Abad cd19c5baf8 Use the new GtkFileChooserDialog when built with gtk+ 2.4
svn path=/trunk/; revision=10502
2004-03-27 11:16:58 +00:00
Guy Harris 313ba9e2b8 From Mark C. Brown: add support for iether (dual-port gigabit) cards in
nettl files.

svn path=/trunk/; revision=10501
2004-03-27 11:16:54 +00:00
Guy Harris e85f05b0ec From Lars Roland: use the generic filter dialog for the SIP, HTTP, WSP,
and BOOTP taps.

Get rid of the "dlg" variable in some of those taps - it's never set, so
it's always null, and nothing useful is done with it if it's null.

Make static some variables and functions not used outside the source
file in which they're defined.

svn path=/trunk/; revision=10500
2004-03-27 11:13:03 +00:00
Gerald Combs 9925eb8ff3 0.10.3 final changes: try #2.
svn path=/trunk/; revision=10498
2004-03-26 04:05:01 +00:00
Gerald Combs 320e375f09 Call plugin_address_table_init() before proto_register_protocol().
svn path=/trunk/; revision=10497
2004-03-26 04:01:31 +00:00
Guy Harris 512e60ea91 Include packet-sip.h in the release.
svn path=/trunk/; revision=10496
2004-03-26 02:10:46 +00:00
Gerald Combs 43e550026b Add packet-sip.h
svn path=/trunk/; revision=10495
2004-03-26 01:55:41 +00:00
Gerald Combs 33d5106158 Final changes for the 0.10.3 (codename: "Ides of March") release.
svn path=/trunk/; revision=10494
2004-03-26 01:39:41 +00:00
Guy Harris 2c7f109fae From Martin Mathieson: SIP statistics tap.
svn path=/trunk/; revision=10493
2004-03-26 00:28:39 +00:00
Guy Harris 2486aeff7a Fix a typo.
Clean up white space.

svn path=/trunk/; revision=10492
2004-03-26 00:21:53 +00:00
Guy Harris d937629449 Update for Tomas Kukosa's new APIs to get the parent and the
nth-grandparent-up for a protocol tree item and to get the last item
created by the BER dissector (that API and the new names for the
universal tags were supplied by him - the checkin item didn't give him
credit).

svn path=/trunk/; revision=10491
2004-03-26 00:01:32 +00:00
Guy Harris 05976bdc31 From Tomas Kukosa: use the "proto_item_get_parent()" and
"proto_item_get_parent_nth()" routines, and use the new name for some of
the constants for universal tags.

svn path=/trunk/; revision=10490
2004-03-26 00:00:11 +00:00
Guy Harris 847d46fa08 From Tomas Kukosa: put the number string for a number IE into the
top-level item for the IE tree.

svn path=/trunk/; revision=10489
2004-03-25 23:59:01 +00:00
Guy Harris 67a18192d0 From Tomas Kukosa: don't allow the PER protocol to be disabled.
svn path=/trunk/; revision=10488
2004-03-25 23:58:06 +00:00
Guy Harris 6969a1a8da Add constants and names for all universal tags.
Add "get_ber_last_created_item()" to get the last created item - you
can't access the global variable from a plugin.

svn path=/trunk/; revision=10487
2004-03-25 23:57:10 +00:00
Guy Harris 044f075c66 From Tomas Kukosa: add APIs to get the parent of a protocol tree item
and the item N levels up from a protocol tree item.

svn path=/trunk/; revision=10486
2004-03-25 23:55:21 +00:00
Michael Tüxen 95c026b270 Fix tags for 07 version.
svn path=/trunk/; revision=10485
2004-03-25 23:25:20 +00:00
Guy Harris d5c6a38601 Add .cvsignore files to the new plugins.
svn path=/trunk/; revision=10484
2004-03-25 23:11:27 +00:00
Guy Harris c04677e83c Squelch compiler warnings, and remove some trailing blanks from lines.
svn path=/trunk/; revision=10483
2004-03-25 23:09:18 +00:00
Guy Harris ab724a63eb Add the usual extra files to the new plugins.
svn path=/trunk/; revision=10482
2004-03-25 19:11:05 +00:00
Ulf Lamping 5a40b73898 added hint to use g_snprintf instead of snprintf and sprintf
svn path=/trunk/; revision=10481
2004-03-25 16:01:12 +00:00
Guy Harris a1467c86e1 From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session Management
support.

svn path=/trunk/; revision=10480
2004-03-25 11:21:07 +00:00
Guy Harris a6ed2d499a From Tomas Kukosa: BER dissector enhancements and proto.c updates to
support them.

From Ronnie Sahlberg: Kerberos updates with new constants from the
current draft, decryption and dissection of Kerberos blobs, and changes
to work with the changed BER dissector.

svn path=/trunk/; revision=10479
2004-03-25 09:18:03 +00:00
Guy Harris 7b109873f4 DCE RPC version numbers supplied to the registration routines are just
major version numbers.

svn path=/trunk/; revision=10478
2004-03-25 08:01:14 +00:00
Ulf Lamping 67d8cc1db4 MSVC warning removed
svn path=/trunk/; revision=10477
2004-03-25 06:39:00 +00:00
Guy Harris 309bfa6667 MQ dissector update from metatech.
svn path=/trunk/; revision=10476
2004-03-25 04:44:54 +00:00
Olivier Biot eee9dc26ac Fix the CLEANFILES target so both static and shared libraries are cleaned.
svn path=/trunk/; revision=10475
2004-03-24 21:27:44 +00:00
Ulf Lamping 79e8106d80 commented out unused aim_handle's
svn path=/trunk/; revision=10474
2004-03-24 06:36:32 +00:00