Commit Graph

10611 Commits

Author SHA1 Message Date
Olivier Biot 5bc27b16b6 Some of the DLLs from the developer ZIP archives don't have the executable bit
set. As a result, tethereal cannot run for the generation of the protocol
field list for the ethereal-filter documentation.

Fix this issue when unpacking the ddeveloper ZIP archives.

svn path=/trunk/; revision=10711
2004-04-26 17:21:22 +00:00
Olivier Biot 9e77ad2862 From Jerry Talkington:
- Dissect chunked transfer-coded body in HTTP
- Update email address

svn path=/trunk/; revision=10710
2004-04-26 17:10:40 +00:00
Gilbert Ramirez c94e9b9687 Look for out of bounds data after calling tvb_length_remaining().
svn path=/trunk/; revision=10709
2004-04-26 15:58:33 +00:00
Ronnie Sahlberg 9700504f74 the the restricted character string has 0 characters in the encoding,
then we should NOT do any byte alignments.

svn path=/trunk/; revision=10708
2004-04-26 07:34:12 +00:00
Gilbert Ramirez fb571671d2 When producing a display-filter representation of an FT_STRING*, represent
any non-printable character in hex, as "\xNN". We rely on isprint(), which
may not be the best solution because it is locale-specific.

svn path=/trunk/; revision=10707
2004-04-26 02:09:37 +00:00
Ulf Lamping f59f209d4f save the position of the main window panes in the recent file,
and restore their position when program is started again (GTK2 only)

svn path=/trunk/; revision=10706
2004-04-25 23:45:12 +00:00
Ulf Lamping 0d74ec909c removed some labels
svn path=/trunk/; revision=10705
2004-04-25 22:34:06 +00:00
Jörg Mayer 634c30dbd1 Add Heimdal detection
svn path=/trunk/; revision=10704
2004-04-25 22:25:52 +00:00
Olivier Biot 094359e9f8 Add code for HTTP proxy detection based on the http_proxy shell variable.
Fix the tests with string equal empty_string:
	"$str" == ""
is either
	"$str" = ""
or
	-z "$str"

svn path=/trunk/; revision=10703
2004-04-25 22:14:43 +00:00
Ulf Lamping d40c7940f0 changed the export dialog menu item names (added some descriptions)
svn path=/trunk/; revision=10702
2004-04-25 22:14:17 +00:00
Olivier Biot 678eafeb9b Remove "Display filters: add regexes to strings and byte ranges" as it has
been done.

Add the possibility to test the packet summary line and the packet dissection
to take part in display filter tests:
  - summary matches "(?i)response"
  - dissection contains "Unknown"

svn path=/trunk/; revision=10701
2004-04-25 21:54:45 +00:00
Guy Harris 047c8af10a Squelch a compiler warning.
svn path=/trunk/; revision=10700
2004-04-25 21:46:19 +00:00
Olivier Biot 93751c8e32 Replace the plugin linkage libs into PLUGIN_LIBS which is generated from the
top-level configure.in when running configure.

svn path=/trunk/; revision=10699
2004-04-25 21:10:20 +00:00
Olivier Biot 8300516bcb Fix highlighting of unknown typed parameter bytes (caused an exception to
be thrown when expoerting as PDML.

Implement the Size parameter (WSP 1.4 encoding).

Add the word "parameter" to the parameter header field blurbs.

Provide stubs for the not yet implemented typed parameter decoding, in order
to make the distiction between a valid undecoded and an unknown (and
potentially invalid) typed parameter.

svn path=/trunk/; revision=10698
2004-04-25 20:42:15 +00:00
Guy Harris 63cd8c0bdc From Josef Korelus: use "val_to_str()", not "match_strval()", so we
don't crash with incorrect values.

svn path=/trunk/; revision=10697
2004-04-25 20:23:07 +00:00
Jörg Mayer ce87da2e7d Updated to Arpil 20th
svn path=/trunk/; revision=10696
2004-04-25 16:54:00 +00:00
Jörg Mayer fdbfb431aa New entries
svn path=/trunk/; revision=10695
2004-04-25 16:52:14 +00:00
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