Commit Graph

10733 Commits

Author SHA1 Message Date
Olivier Biot 8fe12b1bce From Jerry Talkington: HTTP chunked transfer coding.
svn path=/trunk/; revision=10733
2004-04-29 20:28:54 +00:00
Olivier Biot 2b1d3876f8 From Jerry Talkington: move the chunks subtree to the HTTP protocol tree.
svn path=/trunk/; revision=10732
2004-04-29 20:26:54 +00:00
Gerald Combs 222e858b72 From Carlos Pignataro: PPP OSI Network Layer Control Protocol [RFC1377]
support.

svn path=/trunk/; revision=10731
2004-04-29 20:21:28 +00:00
Michael Tüxen 62c75afabb Fixed a typo reported by Berward Meyknecht.
svn path=/trunk/; revision=10730
2004-04-29 18:11:08 +00:00
Ulf Lamping 414b631700 added selection of different main window pane layouts,
also added some preferences and a new preference page for this

svn path=/trunk/; revision=10729
2004-04-29 17:03:27 +00:00
Ulf Lamping 9cd7838304 added pane layout icons coming from pan (gnome newsreader)
svn path=/trunk/; revision=10728
2004-04-29 16:49:30 +00:00
Ulf Lamping 1cd1c93214 fixed a typo
svn path=/trunk/; revision=10727
2004-04-29 16:35:15 +00:00
Ulf Lamping 5b22382906 added "[CHECKSUM INCORRECT]" to the info column
svn path=/trunk/; revision=10726
2004-04-29 16:33:37 +00:00
Ronnie Sahlberg 53d2b88279 technically speaking rpc duplicate replies are not retransmissions
only the request is tecnically a restransmission
the reply is technically not a retransmission (since it is a new reply to the retransmitted request)

mark duplicated replies as RPC duplicate ... instead of as RPC retransmission

thanks to Cal for pointing this out.

svn path=/trunk/; revision=10725
2004-04-29 11:58:00 +00:00
Ronnie Sahlberg a250c638a9 update to isns and prettify is a bit.
svn path=/trunk/; revision=10724
2004-04-29 08:13:08 +00:00
Guy Harris f38a9edcc9 Note that a custom widget might be the right way to speed up the
construction of the hex dump pane (so we don't need a progress bar(!)
while it's being filled in), and might have some other UI advantages as
well.

svn path=/trunk/; revision=10723
2004-04-28 20:56:43 +00:00
Guy Harris 9aa9177401 Change the punctuation in one tooltip (I think "select the desired one"
would be an independent clause, so it should be separate from the other
clause with a semicolon).

Note that, in that tooltip, in some cases "link-layer types" would be
appropriate and in others "link-layer header types" might be more
appropriate.

svn path=/trunk/; revision=10722
2004-04-28 20:47:43 +00:00
Gilbert Ramirez faa3b28970 Minor wording changes in tooltips.
svn path=/trunk/; revision=10721
2004-04-28 19:13:15 +00:00
Ulf Lamping 4ba94c6ebb added tooltips for various input fields
svn path=/trunk/; revision=10720
2004-04-28 18:39:46 +00:00
Olivier Biot 306ac8b994 When building the Ethereal documentation on MSVC++/cygwin the cygwin perl
will not swallow the '\r\n' line end sequence when invoking chomp(), but
instead the '\r' character will remain. For this reason, chomp() cannot
be used and global removal of '\r' and '\n' characters must be used
instead, like in: $_ =~ s/[\r\n]//g;

svn path=/trunk/; revision=10719
2004-04-28 17:50:02 +00:00
Gerald Combs db200f55cc From Carlos Pignataro:
Graceful Restart Mechanism for LDP [RFC3478]
  Fault Tolerance for LDP [RFC3479]
  Update IANA assigned Status codes
  Fixed some typos.

svn path=/trunk/; revision=10718
2004-04-28 15:38:33 +00:00
Guy Harris 251ecc78f5 From Joe Marcus Clarke: force the standard output to be in binary mode
on Windows.

svn path=/trunk/; revision=10717
2004-04-28 05:47:33 +00:00
Guy Harris e2cfadec69 Declare "dissect_aim_userclass()" as it's used in files other than
"packet-aim.c".

svn path=/trunk/; revision=10716
2004-04-27 19:54:53 +00:00
Ulf Lamping 727b63bd8c Freely adjustable status line separations.
svn path=/trunk/; revision=10715
2004-04-27 19:16:11 +00:00
Olivier Biot a7c049e066 From Jelmer Vernooij:
Add 2 missing header fields.

svn path=/trunk/; revision=10714
2004-04-26 21:11:33 +00:00
Michael Tüxen 1dc8da2d9e - added a hidden field sctp.initiate_tag
- expanded data for tapping.

svn path=/trunk/; revision=10713
2004-04-26 19:08:55 +00:00
Olivier Biot 3226647c01 From Jelmer Vernooij:
Add support form extra SNACs. All TLV's are now recognized.

svn path=/trunk/; revision=10712
2004-04-26 18:21:10 +00:00
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