aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-03-05Fix another problem found by the PROTOS captures - inGuy Harris1-4/+12
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris19-222/+227
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris22-155/+282
2002-03-05There's just a single H.225 dissector, for both Call Signaling andGuy Harris1-9/+11
2002-03-05Cut down the vertical spacing in the "Capture Options" dialog box.Guy Harris1-7/+7
2002-03-05From David Frascone: fix pathname of Diameter directory file.Guy Harris1-3/+2
2002-03-05From David Frascone: dictionary fixes to NASREQ command codes.Guy Harris2-3/+6
2002-03-05From Michael Tuexen: SCCP-atop-M3UA support.Guy Harris2-1/+3
2002-03-04SCCP support, from Jeff Morriss.Guy Harris6-24/+2268
2002-03-04Add entries for March.Gerald Combs1-0/+23
2002-03-04Note the update to the SCTP checksum code.Guy Harris1-0/+1
2002-03-04Update the "README.win32" file to reflect Andrew Feren's changes to useGuy Harris1-12/+12
2002-03-04Fix some items.Guy Harris1-4/+6
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris17-162/+424
2002-03-03Bump the version to 0.9.2. Update NEWS to include everything from February.Gerald Combs4-7/+162
2002-03-03From Michael Tuexen: report the type of an unrecognized parameter.Guy Harris1-3/+5
2002-03-03From Heikki Vatiainen: make "get_host_ipaddr()" require dotted-quad IPGuy Harris2-1/+12
2002-03-03Report ASN.1 BER parsing errors closer to the point at which they'reGuy Harris1-206/+320
2002-03-02As there's nothing to dissect for LDAP_REQ_UNBIND, set "ret" toGuy Harris1-2/+3
2002-03-02Don't check the message type if it's not of class ASN1_APL; instead,Guy Harris1-49/+58
2002-03-02Treat LDAP_REQ_UNBIND as a request with nothing in it, not as an unknownGuy Harris1-4/+7
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris11-29/+35
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris11-32/+40
2002-03-02Tell people not to use "ulong" or "ushort".Guy Harris1-3/+7
2002-03-02From Michael Tuexen: update the CRC32 checksum code to matchGuy Harris1-4/+13
2002-03-02Typo fix, from Michael Tuexen.Guy Harris1-2/+2
2002-03-02"ulong" isn't defined on MacOS X (and probably isn't defined on someGuy Harris1-3/+3
2002-03-01Updates from Mike Frisch.Guy Harris1-42/+79
2002-03-01Added RSVP support for the Administrative Status object.Ashok Narayanan1-1/+68
2002-03-01Fix two references to "proto_item_set_text()" andGuy Harris1-5/+5
2002-03-01From Andrew Feren: add ifdefs to the top-level Makefile.nmake to avoidGuy Harris2-6/+18
2002-03-01Don't link with the SNMP library by default.Gerald Combs1-2/+2
2002-03-01Have the routines that supply a pointer to a newly-constructed itemGuy Harris1-22/+18
2002-03-01Add a routine to "asn1.c" to translate ASN1_ERR_ values to strings. UseGuy Harris4-174/+348
2002-02-28Improve the note on how to deal with items with subtrees when the textGuy Harris1-6/+7
2002-02-28Handle NBSS messages where the NBSS *header* is split across TCP segmentGuy Harris1-16/+50
2002-02-28In follow.c, initialize data_out_file to NULL, as it used toGilbert Ramirez3-6/+5
2002-02-28Declare osinl_subdissector_table as 'extern'.Gilbert Ramirez1-2/+2
2002-02-27Fix the declaration of "addr_call_dissector" to match the functionGuy Harris1-2/+2
2002-02-27Remove unused variables, structure definitions, and functions.Gilbert Ramirez2-65/+23
2002-02-27Support for IEEE 802.1w RST BPDUs, from Alex Ruzin.Guy Harris3-8/+62
2002-02-27From Joerg Mayer:Guy Harris16-29/+84
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris19-57/+40
2002-02-27Label the data source for various forms of reassembled data with theGuy Harris5-10/+10
2002-02-27Display a different message in the COL_INFO field for anonymous sessionTim Potter1-3/+9
2002-02-27From John Mackenzie: register GIOP dissector as a UDP heuristicGuy Harris2-1/+4
2002-02-27Fix "create_dissector_handle()" to properly create a handle for anGuy Harris1-2/+3
2002-02-26From Kari Tiirikainen: use the SNMP library, if present, to print theGuy Harris1-50/+189
2002-02-26Properly (for English) pluralize names beginning with "s".Guy Harris1-5/+30
2002-02-26From Ronnie Sahlberg: add "alias name" and "group name" fields for aliasGuy Harris1-3/+13