aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-06-11From Erwin Rol: RTNET/TDMA support.Guy Harris16-15/+1231
2003-06-11From Joakim Wiberg: support for Common Industrial Protocol over IP.Guy Harris5-2/+2283
2003-06-11Get the right length for methods with an "M-" prefix.Guy Harris1-2/+4
2003-06-11Add a couple of missing line continuations.Gerald Combs1-3/+3
2003-06-10Put the FTP request or response line into the protocol tree, and put theGuy Harris1-5/+16
2003-06-10Add http.request.method field, and a subtree under the HTTP Reqeust in whichGilbert Ramirez1-5/+43
2003-06-10Add a preference for the FDDI dissector to be able to decodeLaurent Deniel1-26/+42
2003-06-10Get rid of an unused variable.Guy Harris1-2/+1
2003-06-10Fix some places where "Ethereal" wasn't capitalized and boldfaced.Guy Harris1-33/+55
2003-06-10Fix a typo.Guy Harris1-3/+3
2003-06-10From Mike Frisch: finish NFS_ACL dissector.Guy Harris3-52/+246
2003-06-10Handle the case of an empty interface list on Windows the same way weGuy Harris1-11/+14
2003-06-10If ADNS_DIR isn't defined, don't link with the ADNS library; this letsGuy Harris1-3/+7
2003-06-10As "tvb_strneql()" and "tvb_memeql()" now just return -1, rather thanGuy Harris3-10/+7
2003-06-10When checking for a CR-LF at the end of a packet, don't assume we haveGuy Harris1-2/+5
2003-06-10Add support for some additional SAPs for Netware and OSI.Guy Harris5-16/+31
2003-06-10Show the upper 2 bytes of the formerly-reserved area as a "High Part ofGuy Harris1-15/+13
2003-06-10update manuf to june 10thJörg Mayer1-11/+95
2003-06-10update FAQ to may 25thJörg Mayer2-113/+209
2003-06-10Bump the version to 0.9.13 and otherwise prep for the next release. ETA isGerald Combs5-9/+287
2003-06-09Put the right data into the protocol tree for the high 16 bits of the PID.Guy Harris1-10/+10
2003-06-09Use B<> for sample command-line options.Guy Harris1-12/+12
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