aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-06-09The tap listener to present sid to name mappings for tetherealRonnie Sahlberg1-0/+100
2003-06-09SID name mappings can now be presented in a table by tetherealRonnie Sahlberg5-10/+28
2003-06-09Clean up the usage message a bit (using the convention, adhered to by atGuy Harris1-10/+8
2003-06-09Each LDAP message gets a top-level LDAP tree of its own; there's no needGuy Harris1-32/+26
2003-06-09Fix "tvb_strneql()", "tvb_strncaseeql()", and "tvb_memeql()" not toGuy Harris1-6/+24
2003-06-09Dissect the 12-byte reserved field as a 2-byte PID high, 8-byte sig, andRichard Sharpe1-4/+23
2003-06-09Clean up the checks for valid SIP requests and responses; do the tests -Guy Harris1-181/+299
2003-06-09Update the section numbers in various information level strings toGuy Harris1-89/+88
2003-06-08Print a warning in the protocol tree instead of the console.Gerald Combs1-4/+3
2003-06-08fixed a typo.Michael Tüxen1-2/+2
2003-06-08Add a "--enable-threads" option, which allows to build the gtk+ v2Olivier Abad2-7/+14
2003-06-08The information levels for TRANS2_SET_{PATH,FILE}_INFORMATION are,Guy Harris1-10/+158
2003-06-08The GCC 2.7.2.3 in FreeBSD 3.4, at least, requiresGuy Harris1-8/+8
2003-06-07fixed some typos.Michael Tüxen1-5/+5
2003-06-07- updated to support the newest version of supported IDs.Michael Tüxen1-1441/+1116
2003-06-07From Dinesh Dutt:Guy Harris1-9/+59
2003-06-07From Didier Gautheron:Guy Harris1-5/+7
2003-06-06Use "tvb_format_text()" to display strings, so that non-printableGuy Harris1-88/+80
2003-06-06Update Jean-Baptiste's AUTHORS entry.Richard Sharpe1-0/+1
2003-06-06Some fixes to atsvc from Jean-Baptiste Marchand ...Richard Sharpe1-64/+272
2003-06-06Rename EA length field to EA list length. Field was originally justTim Potter1-13/+13
2003-06-06Dissect extended attribute lists in trans2 QUERY_FILE_INFORMATION,Tim Potter1-24/+103
2003-06-06Don't use "tvb_get_nstringz()" to get string data - just useGuy Harris1-6/+6
2003-06-05Frame numbers are unsigned.Guy Harris1-2/+2
2003-06-05From Lars Roland: Replace bcmp() with memcmp(), add a missing quote to theGerald Combs2-9/+9
2003-06-05Use "=" instead of "==" in an assignment.Gerald Combs1-2/+2
2003-06-05From Motonori Shindo: use "val_to_str()" and "sof_vals"/"eof_vals"Guy Harris1-12/+3
2003-06-05fix to make the dcerpc_smb_fetch_pol use the new function argument listRonnie Sahlberg1-2/+2
2003-06-05Teach teh sid snooping how to extract sid->name mappings from SAMR:QueryDispInfoRonnie Sahlberg1-1/+204
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.Guy Harris6-27/+336
2003-06-05In the policy handle hashing, handle more than one policy handle havingGuy Harris9-431/+833
2003-06-05Get rid of trailing white space.Guy Harris1-1087/+1090
2003-06-05When "proto_tree_add_item()" is used with FT_STRINGZ with a lengthGuy Harris1-11/+34
2003-06-04When "proto_tree_add_item()" is used with an FT_STRINGZ and given aGuy Harris1-24/+67
2003-06-04Use "tvb_ensure_bytes_exist()" to check, in "tvb_fake_unicode()", toGuy Harris1-7/+3
2003-06-04Have the RMCP dissector reject packets with an unknown class byte value,Guy Harris3-38/+39
2003-06-04Use "g_string_append()" rather than "g_string_sprintfa()" if we're justGuy Harris1-3/+3
2003-06-04Put in a comment noting that we might not want to process the payload ofGuy Harris1-1/+8
2003-06-04If the UDP datagram is included in an error packet, don't dissect theGuy Harris1-3/+15
2003-06-04Don't use fields in the packet for subtree items - create a separateGuy Harris1-701/+1325
2003-06-04There can be more than one DCE RPC call per frame, e.g. there can beGuy Harris6-152/+185
2003-06-04Give Niels Koot credit.Guy Harris2-1/+7
2003-06-04Fix up some comments, and move some common GLib 1.2[.x]/2.x code outsideGuy Harris1-15/+7
2003-06-03Fix a comment.Guy Harris1-2/+1
2003-06-03- fixed a BUG in the handling of the global title address parameterMichael Tüxen1-7/+65
2003-06-03From Lars Roland: Update the plugin API for Glib/GTK+ 2.2 and have NSISGerald Combs6-10/+61
2003-06-03Magic number adjustments, from Yaniv Kaul.Gerald Combs1-2/+10
2003-06-03From Jeff Liu: Add support for WPA (Wi-Fi Protected Access) key in EAPOLGerald Combs4-30/+255
2003-06-02Add GNU ADNS to the Windows build environment. A precompiled DLL can beGerald Combs7-13/+32
2003-06-02Dissect a netlogon credential as eight FT_BYTES rather than two guint32Tim Potter1-17/+8