Commit Graph

10594 Commits

Author SHA1 Message Date
Ulf Lamping 014052caf9 created new "export" dialogs for the current export file formats
svn path=/trunk/; revision=10694
2004-04-25 16:04:13 +00:00
Jörg Mayer cfc40f2f00 Fix the fix
svn path=/trunk/; revision=10693
2004-04-25 15:16:39 +00:00
Ulf Lamping 895375603d put all required data into the print_args,
instead of confusing seperation of data

svn path=/trunk/; revision=10692
2004-04-25 12:04:08 +00:00
Jörg Mayer b03a9d08f3 Typo: It's 'item *' not 'item*'
svn path=/trunk/; revision=10691
2004-04-25 11:22:05 +00:00
Jörg Mayer 61467be2fc It's proto_register_rudp not proto_reg_rudp
svn path=/trunk/; revision=10690
2004-04-25 11:20:43 +00:00
Jörg Mayer ea9eab40e8 Give --enable-static a chance to succeed:
Some plugins failed to do initialization inside a #ifndef ENABLE_STATIC.

svn path=/trunk/; revision=10689
2004-04-25 11:14:01 +00:00
Anders Broman b5f6c7a820 Add a preferense wether console output should be made in case of unknown command codes, avps or flags etc
Default is off.

svn path=/trunk/; revision=10688
2004-04-25 10:40:42 +00:00
Anders Broman f2ecb66547 Use the newly added "report_failure" rather than g_warning if no xml library
present.

svn path=/trunk/; revision=10687
2004-04-25 10:38:24 +00:00
Ulf Lamping e3d1a255a1 build a list of the input file formats instead of a floating text,
added program names to HTML titles,
various minor fixes

svn path=/trunk/; revision=10686
2004-04-25 09:02:04 +00:00
Ulf Lamping afecdb8461 changed the print dialog, so it will keep the user settings after reopening the dialog
and some code cleanup

svn path=/trunk/; revision=10685
2004-04-25 08:01:06 +00:00
Gilbert Ramirez f31ddecf91 Add support for flex 2.5.31.
svn path=/trunk/; revision=10684
2004-04-25 04:53:42 +00:00
Guy Harris f0590fd589 From Dick Gooris: add two extra PacketCable tables (and clean up some
white space).

svn path=/trunk/; revision=10683
2004-04-25 04:01:12 +00:00
Ulf Lamping 1531315c18 some code cleanup of the printing system
svn path=/trunk/; revision=10682
2004-04-24 23:13:46 +00:00
Ulf Lamping 0c339ea7ae some additional output while reassembling fragments,
to give the user better information about the fragmenting going on,
some other minor changes

svn path=/trunk/; revision=10681
2004-04-24 16:47:47 +00:00
Ulf Lamping 9bc2597c41 add fragment length output to the payload output
svn path=/trunk/; revision=10680
2004-04-24 06:46:04 +00:00
Ronnie Sahlberg 392239fd86 prettified a few netlogon calls and populate col_info with account names
svn path=/trunk/; revision=10679
2004-04-23 23:56:58 +00:00
Ronnie Sahlberg 7836c1f62e update to netlogon to dissect the timestamps in VALIDATION_UAS_INFO
update to dcerpc time_t dissector to print the string "No time specified" when the seconds field is 0xffffffff

svn path=/trunk/; revision=10678
2004-04-23 23:31:52 +00:00
Ronnie Sahlberg 51299a56a3 update to netlogon, now also decode the delete user/group/alias
deltas.

svn path=/trunk/; revision=10677
2004-04-23 22:34:15 +00:00
Ulf Lamping 8c96276fec seperated the input file formats into list elements, instead of a "floating text"
svn path=/trunk/; revision=10676
2004-04-23 19:53:36 +00:00
Ulf Lamping 049b0f9cf3 added a byte count output to the packet details notebook tabs
(only visible if desegmenting activated)

svn path=/trunk/; revision=10675
2004-04-23 19:47:11 +00:00
Ulf Lamping 018535b82f added a progress dialog box, while processing packet details,
activating packet details notebook pages, to avoid desegmenting GUI confusion

svn path=/trunk/; revision=10674
2004-04-23 19:43:06 +00:00
Ulf Lamping 42d9452303 some string clarifications
svn path=/trunk/; revision=10673
2004-04-23 16:46:54 +00:00
Guy Harris e2dbc02713 From Lars Roland:
"make distclean" now removes "cvsversion.h";

	new "update_plugin_api" which just builds the "xyzzy" target in
	the plugins subdirectory but makes sure that "config.h" has been
	generated, added.

svn path=/trunk/; revision=10672
2004-04-23 05:19:49 +00:00
Guy Harris 0566f389ae Mark some parameters as unused (the GTK+ signal calling sequence
requires that they be present).

svn path=/trunk/; revision=10671
2004-04-23 05:16:21 +00:00
Guy Harris ea883796b1 From Jon Oberheide: put the "this is a continuation of" item into the
protocol tree under the TCP top-level item, rather than at the top level
itself, as the protocol hierarchy statistics code can't handle
non-protocol items at the top level.

svn path=/trunk/; revision=10670
2004-04-23 04:58:54 +00:00
Guy Harris 8774b55cbb Get rid of static forward declaration of "toggle_captured_cb()", as it's
no longer defined here.

svn path=/trunk/; revision=10669
2004-04-23 03:22:10 +00:00
Guy Harris 9bff3255f9 Get rid of bogus extra "proto_tree_add_text()" arguments.
svn path=/trunk/; revision=10668
2004-04-23 03:20:58 +00:00
Gerald Combs 0ef83dcfa5 Add gsm_map_stat.h and mtp3_stat.h to the distribution.
svn path=/trunk/; revision=10667
2004-04-23 02:00:13 +00:00
Ulf Lamping 50533286e2 oops, forgotten to test with GTK1...
svn path=/trunk/; revision=10666
2004-04-22 21:40:48 +00:00
Ulf Lamping 3b86a98d53 seperated common packet range code from the save and the print dialog,
and put it into new range_utils files. This will avoid:
a) duplicate code in save and print dialog and
b) yet another code duplication for future dialogs (export, ...)

svn path=/trunk/; revision=10665
2004-04-22 21:31:09 +00:00
Jörg Mayer aae50cae26 No comma after last element in enum
svn path=/trunk/; revision=10664
2004-04-22 20:31:01 +00:00
Jörg Mayer e8dd450dac No C++ style comments
svn path=/trunk/; revision=10663
2004-04-22 20:29:46 +00:00
Anders Broman 44907a0d53 From Martin Mathieson
add 2 hidden display filters for SIP - namely:
(1)  sip.error (for all responses with code >= 300)
(2)  sip.resend (for all packets that appear to have been retransmitted). A
field showing a count of these is shown in the SIP stats window.

svn path=/trunk/; revision=10662
2004-04-22 20:09:41 +00:00
Olivier Biot c05bcd7c28 More correct implementation of the --disable-usr-local option.
svn path=/trunk/; revision=10661
2004-04-22 20:02:58 +00:00
Ulf Lamping 51f987e04f added some options and enhancements to the print output:
-ps: added formatting hints for ghostscript, so pdf conversion will be much better
-ps: print a thin line at the top and bottom of each page
-ps/text: add an option to start a new page for every packet (formfeed)

svn path=/trunk/; revision=10660
2004-04-22 17:03:21 +00:00
Guy Harris f205304ed4 From Shinsuke Suzuki:
- sync ICMPv6 Type number with the official assignment (as of
	   Apr 14 2004)

	- decode MLDv2 query packet

svn path=/trunk/; revision=10659
2004-04-22 08:22:07 +00:00
Anders Broman 4aca73e9b4 Skipp leading spaces in front of MEGACO and fix dissection of TransactionResponseAck
svn path=/trunk/; revision=10658
2004-04-21 19:58:14 +00:00
Guy Harris 086e2c3548 From Michael Lum:
ANSI and GSM MAP stats enhancements and cleanups;

	enhanced parameter dissection related to SS for GSM A-interface
	and MAP;

	minor GSM SMS fix;

	GSM SS enhancements for parameter dissection;

	MTP3 statistics tap.

svn path=/trunk/; revision=10657
2004-04-21 17:57:31 +00:00
Ronnie Sahlberg 1b4fc1c4ce update to netlogon to show DsrGetDcNameEx2() Client account name, domain name and site name
svn path=/trunk/; revision=10656
2004-04-21 12:08:41 +00:00
Guy Harris c6aeb05249 From Michael Lum:
ANSI and GSM MAP stats enhancements and cleanups;

	enhanced parameter dissection related to SS for GSM A-interface
	and MAP;

	minor GSM SMS fix;

	GSM SS enhancements for parameter dissection;

	MTP3 statistics tap.

svn path=/trunk/; revision=10655
2004-04-21 05:53:59 +00:00
Olivier Biot f1c30d72c8 Part 2 of Ulf's print update.
svn path=/trunk/; revision=10654
2004-04-21 00:48:22 +00:00
Olivier Biot f1ccdf940b Provide MMSE 1.1 dissection.
Please test with MMSE 1.1 captures!

svn path=/trunk/; revision=10653
2004-04-20 23:54:19 +00:00
Ulf Lamping 91e61df84e changed postscript output:
reduced print margin to 1/2 inch and font size to 8 point,
include filename in page header,
wrap too long lines

svn path=/trunk/; revision=10652
2004-04-20 22:34:08 +00:00
Olivier Biot 7709ed1be1 Fix the Content-Type parameter rendering as sometimes the code was adding
its value to the header field and sometimes to its label in the protocol
tree only.

svn path=/trunk/; revision=10651
2004-04-20 19:27:33 +00:00
Gerald Combs 6ae447604b Update Thierry Pelle's address.
svn path=/trunk/; revision=10650
2004-04-20 13:15:17 +00:00
Ronnie Sahlberg f4f28ca356 try to dissect the ms cldap netlogon rpc flags bits.
the information comes from the samba sources and may or may not
be reliable or menaingful.

ms documentation in their knowledgebase says that the only really important part
in the netlogon response is the sitename.

(i have reasons to belive at least one of the flags,  closest, is completely bogous)

svn path=/trunk/; revision=10649
2004-04-20 08:33:15 +00:00
Ulf Lamping c25b4173c5 fixed MSVC problems
svn path=/trunk/; revision=10648
2004-04-20 05:32:46 +00:00
Guy Harris aa11a2d8ea From metatech: basic BEA Tuxedo protocol support.
svn path=/trunk/; revision=10647
2004-04-20 05:07:23 +00:00
Guy Harris 0cef289a3a From Jelmer Vernooij:
Add support for a couple more SNAC's.

	Handle TLV's in a somewhat more extendible manner.

	Fix a bug in the buddylist dissector that caused pango warnings.

svn path=/trunk/; revision=10646
2004-04-20 04:48:32 +00:00
Guy Harris 28ba549d1a From Yuriy Sidelnikov: add a dissector table for OIDs to the ACSE
dissector, and make the FTAP dissector register itself in that table.

svn path=/trunk/; revision=10645
2004-04-20 04:17:52 +00:00