aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-09-12Clean up the previous checkin a bit - there's no need to haveGuy Harris1-22/+6
2001-09-12When establishing or searching for a conversation for ONC RPC, use bothGuy Harris1-33/+190
2001-09-11Fix from Tom Uijldert: scan TPI's to get proper WTP packet length andGuy Harris3-8/+28
2001-09-11GTPv1 support and GTPv0 improvements, from Michal Melerowicz and NicolasGuy Harris3-795/+3570
2001-09-11Fix some bugs (and some indentation).Guy Harris1-10/+8
2001-09-11The byte count field in an SMB Write request counts not only the dataGuy Harris1-4/+4
2001-09-10From Frank Singleton: install idl2eth in "/usr/local/bin".Guy Harris1-2/+2
2001-09-10Man page update, from Frank Singleton, to mentionGuy Harris1-4/+10
2001-09-10Some WAP WTP naming fixes plus textual Transaction Class value decoding,Guy Harris2-8/+15
2001-09-10The "Save only marked packets" checkbox should change as the file typeGuy Harris1-1/+14
2001-09-08From Jason Lango:Guy Harris3-19/+127
2001-09-05OSPFv3 support, from Palle Lyckegaard.Guy Harris3-191/+955
2001-09-05Typo fix, from Martti Kuparinen.Guy Harris1-2/+2
2001-09-05Close the file to which we're writing before exiting, so that:Guy Harris1-1/+11
2001-09-04From Frank Singleton: first look in $PYTHONPATH/site-packages forGuy Harris1-8/+33
2001-09-04HMIPv6 support, from Martti Kuparinen.Guy Harris4-6/+90
2001-09-04From Thomas Wittwer: add "prefs_register_string_preference()" to theGuy Harris5-4/+11
2001-09-04Change from Thomas Wittwer to register HTTP dissector by name, for otherGuy Harris3-1/+8
2001-09-03Use cURL's strategy for parsing 227 responses.Guy Harris1-91/+113
2001-09-03Use "tvb_reported_length_remaining()" to check whether there's data leftGuy Harris1-2/+2
2001-09-03Get rid of a no-longer-used #define.Guy Harris1-5/+1
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris25-169/+297
2001-09-03Squelch some compiler warnings.Guy Harris1-2/+2
2001-09-03Squelch some compiler warnings.Guy Harris1-3/+4
2001-09-03Make routines that are passed an unsigned integer as their last argumentGuy Harris1-6/+6
2001-09-03Don't pass wildcarded arguments to "find_conversation()" to routinesGuy Harris1-44/+181
2001-09-03Get the IP address, as well as the port, from a PASV reply, and use itGuy Harris1-24/+32
2001-09-03Fix up the handling of data after the first token on the line.Guy Harris1-16/+14
2001-09-03Parse the address as well as the port in a PASV response.Guy Harris1-65/+168
2001-09-03In "find_conversation()", do the same type of matching thatGuy Harris1-91/+125
2001-09-02Handle, as best we can, the case where the authentication flavor isGuy Harris1-27/+72
2001-09-02Don't attempt to fetch the authentication flavor from a call if it's notGuy Harris1-8/+35
2001-09-01Some new commands added. I found them in a recent trace of Q3A 1.27g.Uwe Girlich1-4/+24
2001-08-31From Frank Singleton: add some missing includes of <string.h>.Guy Harris2-2/+5
2001-08-31Changes from Frank Singleton to add entries for "packet-coseventcomm" toGuy Harris1-8/+12
2001-08-31Update the documentation to reflect the fact that the arguments toGuy Harris1-63/+104
2001-08-30Patch from Frank Singleton :Olivier Abad1-2/+4
2001-08-30Patches from Frank Singleton :Olivier Abad3-6/+19
2001-08-30RPCSEC_GSS fixes, from Mike Frisch.Guy Harris2-8/+11
2001-08-30Update from Yaniv Kaul to dissect UDP-encapsulated AH and to registerGuy Harris2-18/+39
2001-08-29Call the ESP dissector regardless of whether "tree" is non-null or not.Guy Harris1-35/+32
2001-08-29Support for UDP encapsulation of IPSec packet draft, from Yaniv Kaul.Guy Harris2-8/+63
2001-08-29Add a "proto_item_append_text()" routine, which is likeGuy Harris8-78/+83
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris12-131/+209
2001-08-28Free allocated memory as soon as we're done with it. In many cases,Guy Harris1-84/+154
2001-08-27Put in a comment noting that the "Service" string in a Tree Connect andGuy Harris1-2/+6
2001-08-27Handle the "Native File System" string in a TconX response as ASCII orGuy Harris1-4/+4
2001-08-27Add "idl2eth.1" to the list of files to ignore in CVS; it's a generatedGuy Harris1-0/+1
2001-08-27Squelch some compiler warnings.Guy Harris2-40/+41
2001-08-27Use the descriptor strings when dissecting remote APIs; this lets usGuy Harris3-954/+1623