aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-04-30Squelch some compiler warnings.guy8-50/+51
Clean up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10735 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29From JBMsahlberg5-2/+750
Dissection of the EncryptedFileSystem dce/rpc interface. This dissector also contains a complete and fully tested IDL definition for the entire interface. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10734 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29From Jerry Talkington: HTTP chunked transfer coding.obiot1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10733 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29From Jerry Talkington: move the chunks subtree to the HTTP protocol tree.obiot1-21/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10732 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29From Carlos Pignataro: PPP OSI Network Layer Control Protocol [RFC1377]gerald2-1/+85
support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10731 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29Fixed a typo reported by Berward Meyknecht.tuexen1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10730 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29added selection of different main window pane layouts,ulfl8-55/+647
also added some preferences and a new preference page for this git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10729 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29added pane layout icons coming from pan (gnome newsreader)ulfl7-1/+327
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10728 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29fixed a typoulfl1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10727 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29added "[CHECKSUM INCORRECT]" to the info columnulfl1-2/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10726 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29technically speaking rpc duplicate replies are not retransmissionssahlberg1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10725 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29update to isns and prettify is a bit.sahlberg1-291/+787
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10724 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-28Note that a custom widget might be the right way to speed up theguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10723 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-28Change the punctuation in one tooltip (I think "select the desired one"guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10722 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-28Minor wording changes in tooltips.gram1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10721 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-28added tooltips for various input fieldsulfl1-1/+73
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10720 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-28When building the Ethereal documentation on MSVC++/cygwin the cygwin perlobiot1-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; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10719 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-28From Carlos Pignataro:gerald3-5/+208
Graceful Restart Mechanism for LDP [RFC3478] Fault Tolerance for LDP [RFC3479] Update IANA assigned Status codes Fixed some typos. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10718 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-28From Joe Marcus Clarke: force the standard output to be in binary modeguy3-3/+8
on Windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10717 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-27Declare "dissect_aim_userclass()" as it's used in files other thanguy1-1/+2
"packet-aim.c". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10716 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-27Freely adjustable status line separations.ulfl3-31/+56
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10715 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-26From Jelmer Vernooij:obiot1-1/+7
Add 2 missing header fields. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10714 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-26- added a hidden field sctp.initiate_tagtuexen1-27/+43
- expanded data for tapping. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10713 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-26From Jelmer Vernooij:obiot18-415/+685
Add support form extra SNACs. All TLV's are now recognized. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10712 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-26Some of the DLLs from the developer ZIP archives don't have the executable bitobiot1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10711 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-26From Jerry Talkington:obiot5-43/+418
- Dissect chunked transfer-coded body in HTTP - Update email address git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10710 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-26Look for out of bounds data after calling tvb_length_remaining().gram1-8/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10709 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-26the the restricted character string has 0 characters in the encoding,sahlberg1-2/+5
then we should NOT do any byte alignments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10708 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-26When producing a display-filter representation of an FT_STRING*, representgram1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10707 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25save the position of the main window panes in the recent file,ulfl3-3/+29
and restore their position when program is started again (GTK2 only) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10706 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25removed some labelsulfl1-26/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10705 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Add Heimdal detectionjmayer1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10704 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Add code for HTTP proxy detection based on the http_proxy shell variable.obiot1-7/+14
Fix the tests with string equal empty_string: "$str" == "" is either "$str" = "" or -z "$str" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10703 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25changed the export dialog menu item names (added some descriptions)ulfl1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10702 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Remove "Display filters: add regexes to strings and byte ranges" as it hasobiot1-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" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10701 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Squelch a compiler warning.guy1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10700 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theobiot20-41/+48
top-level configure.in when running configure. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10699 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Fix highlighting of unknown typed parameter bytes (caused an exception toobiot1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10698 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25From Josef Korelus: use "val_to_str()", not "match_strval()", so weguy1-3/+3
don't crash with incorrect values. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10697 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Updated to Arpil 20thjmayer2-10/+66
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10696 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25New entriesjmayer1-21/+121
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10695 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25created new "export" dialogs for the current export file formatsulfl3-86/+335
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10694 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Fix the fixjmayer3-11/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10693 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25put all required data into the print_args,ulfl3-31/+32
instead of confusing seperation of data git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10692 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Typo: It's 'item *' not 'item*'jmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10691 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25It's proto_register_rudp not proto_reg_rudpjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10690 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Give --enable-static a chance to succeed:jmayer3-26/+90
Some plugins failed to do initialization inside a #ifndef ENABLE_STATIC. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10689 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Add a preferense wether console output should be made in case of unknown ↵etxrab1-16/+35
command codes, avps or flags etc Default is off. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10688 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Use the newly added "report_failure" rather than g_warning if no xml libraryetxrab1-2/+3
present. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10687 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25build a list of the input file formats instead of a floating text,ulfl7-97/+321
added program names to HTML titles, various minor fixes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10686 f5534014-38df-0310-8fa8-9805f1628bb7