aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-04-29From JBMRonnie Sahlberg5-2/+750
Dissection of the EncryptedFileSystem dce/rpc interface. This dissector also contains a complete and fully tested IDL definition for the entire interface. svn path=/trunk/; revision=10734
2004-04-29From Jerry Talkington: HTTP chunked transfer coding.Olivier Biot1-0/+1
svn path=/trunk/; revision=10733
2004-04-29From Jerry Talkington: move the chunks subtree to the HTTP protocol tree.Olivier Biot1-21/+12
svn path=/trunk/; revision=10732
2004-04-29From Carlos Pignataro: PPP OSI Network Layer Control Protocol [RFC1377]Gerald Combs2-1/+85
support. svn path=/trunk/; revision=10731
2004-04-29Fixed a typo reported by Berward Meyknecht.Michael Tüxen1-3/+3
svn path=/trunk/; revision=10730
2004-04-29added selection of different main window pane layouts,Ulf Lamping8-55/+647
also added some preferences and a new preference page for this svn path=/trunk/; revision=10729
2004-04-29added pane layout icons coming from pan (gnome newsreader)Ulf Lamping7-1/+327
svn path=/trunk/; revision=10728
2004-04-29fixed a typoUlf Lamping1-2/+2
svn path=/trunk/; revision=10727
2004-04-29added "[CHECKSUM INCORRECT]" to the info columnUlf Lamping1-2/+5
svn path=/trunk/; revision=10726
2004-04-29technically speaking rpc duplicate replies are not retransmissionsRonnie Sahlberg1-2/+2
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-29update to isns and prettify is a bit.Ronnie Sahlberg1-291/+787
svn path=/trunk/; revision=10724
2004-04-28Note that a custom widget might be the right way to speed up theGuy Harris1-1/+14
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-28Change the punctuation in one tooltip (I think "select the desired one"Guy Harris1-2/+17
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-28Minor wording changes in tooltips.Gilbert Ramirez1-7/+7
svn path=/trunk/; revision=10721
2004-04-28added tooltips for various input fieldsUlf Lamping1-1/+73
svn path=/trunk/; revision=10720
2004-04-28When building the Ethereal documentation on MSVC++/cygwin the cygwin perlOlivier Biot1-2/+4
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-28From Carlos Pignataro:Gerald Combs3-5/+208
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-28From Joe Marcus Clarke: force the standard output to be in binary modeGuy Harris3-3/+8
on Windows. svn path=/trunk/; revision=10717
2004-04-27Declare "dissect_aim_userclass()" as it's used in files other thanGuy Harris1-1/+2
"packet-aim.c". svn path=/trunk/; revision=10716
2004-04-27Freely adjustable status line separations.Ulf Lamping3-31/+56
svn path=/trunk/; revision=10715
2004-04-26From Jelmer Vernooij:Olivier Biot1-1/+7
Add 2 missing header fields. svn path=/trunk/; revision=10714
2004-04-26- added a hidden field sctp.initiate_tagMichael Tüxen1-27/+43
- expanded data for tapping. svn path=/trunk/; revision=10713
2004-04-26From Jelmer Vernooij:Olivier Biot18-415/+685
Add support form extra SNACs. All TLV's are now recognized. svn path=/trunk/; revision=10712
2004-04-26Some of the DLLs from the developer ZIP archives don't have the executable bitOlivier Biot1-0/+8
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-26From Jerry Talkington:Olivier Biot5-43/+418
- Dissect chunked transfer-coded body in HTTP - Update email address svn path=/trunk/; revision=10710
2004-04-26Look for out of bounds data after calling tvb_length_remaining().Gilbert Ramirez1-8/+15
svn path=/trunk/; revision=10709
2004-04-26the the restricted character string has 0 characters in the encoding,Ronnie Sahlberg1-2/+5
then we should NOT do any byte alignments. svn path=/trunk/; revision=10708
2004-04-26When producing a display-filter representation of an FT_STRING*, representGilbert Ramirez1-7/+33
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-25save the position of the main window panes in the recent file,Ulf Lamping3-3/+29
and restore their position when program is started again (GTK2 only) svn path=/trunk/; revision=10706
2004-04-25removed some labelsUlf Lamping1-26/+6
svn path=/trunk/; revision=10705
2004-04-25Add Heimdal detectionJörg Mayer1-1/+2
svn path=/trunk/; revision=10704
2004-04-25Add code for HTTP proxy detection based on the http_proxy shell variable.Olivier Biot1-7/+14
Fix the tests with string equal empty_string: "$str" == "" is either "$str" = "" or -z "$str" svn path=/trunk/; revision=10703
2004-04-25changed the export dialog menu item names (added some descriptions)Ulf Lamping1-4/+4
svn path=/trunk/; revision=10702
2004-04-25Remove "Display filters: add regexes to strings and byte ranges" as it hasOlivier Biot1-3/+5
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-25Squelch a compiler warning.Guy Harris1-2/+3
svn path=/trunk/; revision=10700
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot20-41/+48
top-level configure.in when running configure. svn path=/trunk/; revision=10699
2004-04-25Fix highlighting of unknown typed parameter bytes (caused an exception toOlivier Biot1-12/+74
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-25From Josef Korelus: use "val_to_str()", not "match_strval()", so weGuy Harris1-3/+3
don't crash with incorrect values. svn path=/trunk/; revision=10697
2004-04-25Updated to Arpil 20thJörg Mayer2-10/+66
svn path=/trunk/; revision=10696
2004-04-25New entriesJörg Mayer1-21/+121
svn path=/trunk/; revision=10695
2004-04-25created new "export" dialogs for the current export file formatsUlf Lamping3-86/+335
svn path=/trunk/; revision=10694
2004-04-25Fix the fixJörg Mayer3-11/+3
svn path=/trunk/; revision=10693
2004-04-25put all required data into the print_args,Ulf Lamping3-31/+32
instead of confusing seperation of data svn path=/trunk/; revision=10692
2004-04-25Typo: It's 'item *' not 'item*'Jörg Mayer1-1/+1
svn path=/trunk/; revision=10691
2004-04-25It's proto_register_rudp not proto_reg_rudpJörg Mayer1-2/+2
svn path=/trunk/; revision=10690
2004-04-25Give --enable-static a chance to succeed:Jörg Mayer3-26/+90
Some plugins failed to do initialization inside a #ifndef ENABLE_STATIC. svn path=/trunk/; revision=10689
2004-04-25Add a preferense wether console output should be made in case of unknown ↵Anders Broman1-16/+35
command codes, avps or flags etc Default is off. svn path=/trunk/; revision=10688
2004-04-25Use the newly added "report_failure" rather than g_warning if no xml libraryAnders Broman1-2/+3
present. svn path=/trunk/; revision=10687
2004-04-25build a list of the input file formats instead of a floating text,Ulf Lamping7-97/+321
added program names to HTML titles, various minor fixes svn path=/trunk/; revision=10686
2004-04-25changed the print dialog, so it will keep the user settings after reopening ↵Ulf Lamping2-123/+108
the dialog and some code cleanup svn path=/trunk/; revision=10685