aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-02-20comment changedUlf Lamping1-2/+2
svn path=/trunk/; revision=10133
2004-02-20Frederic Peters: handle ulong and ushortJörg Mayer1-1/+17
svn path=/trunk/; revision=10132
2004-02-20Frederic Peters: Make Ethereal appear in Gnome MenuJörg Mayer1-2/+3
svn path=/trunk/; revision=10131
2004-02-20Add a few more new toolbar icons.Guy Harris1-1/+4
svn path=/trunk/; revision=10130
2004-02-20From Tomas Kukosa: support calling tunneled protocols subdissectors fromGuy Harris1-5/+23
an H.225 dissector. svn path=/trunk/; revision=10129
2004-02-20Changes required to match GSM SMS dissector changes.Guy Harris1-9/+2
svn path=/trunk/; revision=10128
2004-02-20Changed to allow GSM MAP to push up TPDUs.Guy Harris1-42/+33
svn path=/trunk/; revision=10127
2004-02-20From Michael Lum:Guy Harris1-295/+1093
Lots of changes paralleling TCAP for nested sequences and multiple component support. Modified for partial parameter identification in selected messages. Added support for identifying embedded SMS and passing to GSM SMS dissector. svn path=/trunk/; revision=10126
2004-02-20From Michael Lum:Guy Harris1-257/+356
Corrected many miscellaneous problems with nested indefinite length parameters. Now supports multiple Components. svn path=/trunk/; revision=10125
2004-02-20From Tomas Kukosa: reassemble segmented Q.931 messages.Guy Harris2-4/+161
svn path=/trunk/; revision=10124
2004-02-20Handle the case where, after an exception is thrown dissecting the bodyGuy Harris1-10/+31
of the 802.3 packet, we get *another* exception when dissecting the trailer (consider a truncated frame with a malformed body). svn path=/trunk/; revision=10123
2004-02-20Update to Kerberos.Ronnie Sahlberg4-1164/+2088
Split kerberos prototype into two halves: helpers to dissect ASN.1 BER in packet-ber.c and kerberos stuff using those helpers in packet-kerberos.c This new kerberos thing places filterable items for every single field and also dissects the bitstring Option fields. It is hoped that this will make it easier to extend kerberos to do decryption of service tickets. svn path=/trunk/; revision=10122
2004-02-20FN_{SRC,DST}_ADDRESS and FN_{SRC,DST}_PORT aren't used - get rid ofGuy Harris1-68/+38
them. Add support for "Find Frame" and "Colorize Host Traffic" menus, similar to what the endpoint table has. svn path=/trunk/; revision=10121
2004-02-20From Ian Schorr: taps to keep statistics of traffic by host.Guy Harris14-4/+1574
svn path=/trunk/; revision=10120
2004-02-20In the columns list in a results token, columns with a type of 106Guy Harris1-1/+5
appear to have 3 extra bytes of stuff before the column name. svn path=/trunk/; revision=10119
2004-02-20On Win32, don't treat "file not found" as an error when trying to loadGuy Harris1-3/+13
the ASN.1 file if the pathname is the old default file pathname, with the last component preceded by "/" rather than "\", to suppress complaints if you have a preferences file saved under the old regime. svn path=/trunk/; revision=10118
2004-02-19Add support for dissection over HTTP.Olivier Biot1-1/+5
svn path=/trunk/; revision=10117
2004-02-19Remove redundant GTK2 entries.Gerald Combs1-8/+2
svn path=/trunk/; revision=10116
2004-02-19Remove a comment on ancient EtherealJörg Mayer1-9/+4
svn path=/trunk/; revision=10115
2004-02-19Don't save the geometry items unless the user asked to have them saved.Guy Harris1-13/+21
svn path=/trunk/; revision=10114
2004-02-19Give the official URLs on www.postgresql.org for various versions of theGuy Harris1-3/+11
protocol. svn path=/trunk/; revision=10113
2004-02-19Put in a comment with a URL for the protocol description.Guy Harris1-1/+8
svn path=/trunk/; revision=10112
2004-02-19From Edwin Calo: fix a bug in the way the bitone is obtained.Guy Harris1-8/+8
Put the strings under the top-level protocol tree item. svn path=/trunk/; revision=10111
2004-02-19added missing distribution filesUlf Lamping2-2/+10
svn path=/trunk/; revision=10110
2004-02-19A DLT_ value of 13, in a Nokia-format capture, appears to be an ATMGuy Harris1-51/+193
capture of some sort. svn path=/trunk/; revision=10109
2004-02-19From Didier Gautheron: initialize "ett_asp_utf8_name".Guy Harris1-1/+2
svn path=/trunk/; revision=10108
2004-02-19Fix the sample filter for capturing traffic to or from a particular MACGuy Harris1-2/+2
address to match what libpcap expects. svn path=/trunk/; revision=10107
2004-02-19Constify a bunch of stuff.Guy Harris2-27/+35
svn path=/trunk/; revision=10106
2004-02-19We're releasing 0.10.1, not 0.10.0.Gerald Combs1-2/+2
svn path=/trunk/; revision=10104
2004-02-19Updates for 0.10.1.Gerald Combs2-2/+7417
svn path=/trunk/; revision=10103
2004-02-19Add GTK+ 2.Gerald Combs1-1/+7
svn path=/trunk/; revision=10102
2004-02-19From Dinesh Dutt:Gerald Combs2-6/+40
- Add FCIP to the list of protocols that can be selected from "Decode As" - Add an indicator for EISL header in FC frames. svn path=/trunk/; revision=10101
2004-02-19Bump the version to 0.10.1.Gerald Combs3-7/+7
svn path=/trunk/; revision=10100
2004-02-18From Martin Mathieson: make the top-level SIP item include the messageGuy Harris1-4/+2
body, as that's included in the SIP tree. svn path=/trunk/; revision=10099
2004-02-18From Lars Roland: Add support for a combined GTK1/2 Windows installer.Gerald Combs4-41/+130
svn path=/trunk/; revision=10098
2004-02-18From Tomas Kukosa:Guy Harris1-31/+41
- display the type of segmented message in the info column - don't dissect the last IE in the 1st segment if it is incomplete - don't dissect IEs in following segments as segment boundaries usually don't IE boundaries svn path=/trunk/; revision=10097
2004-02-18using G_MAXFLOAT and G_MAXDOUBLE,Ulf Lamping1-5/+5
DCERPC is talking about a response, not a reply svn path=/trunk/; revision=10096
2004-02-18Alastair Maw: Fix retransmissionsJörg Mayer1-1/+2
svn path=/trunk/; revision=10095
2004-02-18Newlines don't belong in format strings for the "proto_tree_add"Guy Harris5-15/+15
routines. svn path=/trunk/; revision=10094
2004-02-18Newlines don't belong in format strings for the "proto_tree_add"Guy Harris1-7/+7
routines. svn path=/trunk/; revision=10093
2004-02-18update iscsi so that we can also measure the time between request and ↵Ronnie Sahlberg1-49/+80
response for those transactions where we have phase collaps (no explicit response PDU, status embedded inside the last DataIn PDU) svn path=/trunk/; revision=10092
2004-02-18From Pavel Kankovsky: deal with yet another gross non-standard 802.11Guy Harris1-13/+54
encapsulation by bridges - this one stuffs a complete Ethernet frame into the payload of a data frame. svn path=/trunk/; revision=10091
2004-02-18Use "tvb_get_string()" to get counted strings.Guy Harris1-7/+3
svn path=/trunk/; revision=10090
2004-02-18From Rolf Fiedler: German ISDN carriers don't supply the seconds in theGuy Harris3-17/+18
date/time IE, so support IE lengths of 5 (no seconds) or 6 (includes seconds). Merge the two AUTHORS and man page entries for him. svn path=/trunk/; revision=10089
2004-02-18Register the COTP dissector for the IP protocol IP_PROTO_TP, forGuy Harris1-1/+11
TP4-over-IP. svn path=/trunk/; revision=10088
2004-02-18From Nick Black: the 0x8000 bit in the flags field is *NOT* aGuy Harris3-8/+16
"congestion" bit for ECN. Show it as a reserved bit. Put semicolons, not commas, at the end of the calls to put flags field bits into the protocol tree. svn path=/trunk/; revision=10087
2004-02-18From Jaime Fournier: updates to the FLDB dissector.Guy Harris1-51/+2103
svn path=/trunk/; revision=10086
2004-02-18From Greg Morris: don't use a global variable to track whether packetsGuy Harris1-44/+198
are signed, attach to conversations a "packets are signed" flag. svn path=/trunk/; revision=10085
2004-02-18From Jaime Fournier: add a hidden FT_BOOLEAN variable that's present ifGuy Harris1-5/+11
the interface UUID in a datagram call is unknown. Clean up white space a bit. svn path=/trunk/; revision=10084
2004-02-18From Erwin Rol: update RTnet plugin to the latest spec.Guy Harris2-101/+202
svn path=/trunk/; revision=10083