aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-01-29From Huagang Xie: more robust parsing for illegal SSH packet.Guy Harris1-48/+101
2003-01-29More completely explain the "name" argument to theGuy Harris1-4/+12
2003-01-28Panic if a preference starts with the name of the module to which itGuy Harris14-65/+143
2003-01-28Removed some out of date comments.Tim Potter1-7/+1
2003-01-28* Fix compilation errors with some installation of NET-SNMPLaurent Deniel1-7/+61
2003-01-28Cleanup of filterable fields for printer data and devicemodes.Tim Potter1-374/+860
2003-01-28Added constants for devicemode value_strings.Tim Potter1-1/+204
2003-01-28Get rid of the extra "pcli." in the "pcli.pcli.udp_port" preference.Guy Harris2-4/+8
2003-01-28Add the MEGACO and PCLI plugins.Guy Harris2-3/+7
2003-01-28Booleans are 1 byte, not 4 bytes.Guy Harris1-20/+80
2003-01-28Minor corrections and modifications.Michael Tüxen1-40/+38
2003-01-28Thou shalt not cast pointers of unknown alignment to pointers toGuy Harris1-10/+7
2003-01-28Do the usual "isprint()" workaround for versions of GTK+ that assumeGuy Harris1-1/+25
2003-01-28From Huagang Xie: SSH version 1 support.Guy Harris1-21/+149
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter1-94/+68
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter10-1538/+1237
2003-01-28Defined a useful callback function for dissect_ndr_pointer() which canTim Potter2-57/+138
2003-01-28Replace the 'levels' argument to dissect_ndr_pointer() with a callbackTim Potter2-23/+54
2003-01-28From Akira Endoh: BGP support for draft-ietf-idr-as4bytes-06.txt andGuy Harris4-275/+444
2003-01-27Fix a similar problem in the RFC 3332 version of the protocol.Guy Harris1-4/+4
2003-01-27Compilation warning fixesLaurent Deniel1-3/+2
2003-01-27Code cleaning & compilation warning fixesLaurent Deniel1-49/+12
2003-01-27"hf_afs_bos_status" is an FT_INT32, so it can't be put into the treeGuy Harris1-3/+3
2003-01-27From Jeff Morriss: dissect parameters regardless of whether a protocolGuy Harris2-3/+17
2003-01-27Make the list of column format descriptions "static", and size it basedGuy Harris1-21/+45
2003-01-27Check "$prefix/include/pcap" before checking "$prefix/include" forGuy Harris1-3/+5
2003-01-27From Yaniv Kaul: add names and types for ZLIB compression and AESGuy Harris1-3/+27
2003-01-27From Huagang Xu: treat all SSH sesions where the version cannot beGuy Harris1-21/+43
2003-01-27From Hannes Gredler: support MPLS over CHDLC.Guy Harris3-13/+18
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel19-38/+38
2003-01-26Call the GSSAPI dissector when disecting GSSAPI transaction keys. The TKEYTim Potter1-10/+47
2003-01-25SSH dissector, from Huagang Xie.Guy Harris4-2/+799
2003-01-25From Dave Richards: BACNET-over-ARCNET is BACNET-over-802.2-over-ARCNET,Guy Harris3-4/+10
2003-01-24Add a missing include packet-dcerpc-nt.hJörg Mayer1-1/+2
2003-01-24Remove an unused function prototypeJörg Mayer1-3/+1
2003-01-24hf_mdshdr_span is a FT_UINT8 field, so we must use :Olivier Abad1-2/+2
2003-01-24packet-dcerpc-nt.c is no longer a dissector so adjust MakefilesTim Potter2-4/+4
2003-01-24Perform the initialisation for the NT specific DCERPC dissectors as partTim Potter3-194/+196
2003-01-24From Albert Chin: get rid of trailing commas in enums, as Digital's,Guy Harris1-3/+3
2003-01-24Update for the 0.9.9 release.Gerald Combs2-54/+72
2003-01-23Register "sua.sua_version" as an obsolete preference, so that noGuy Harris1-2/+5
2003-01-23From Brad Hards: fix to handle the special case where the length of theGuy Harris1-5/+15
2003-01-23Put in an entry for the BACnet protocol ID.Guy Harris1-1/+2
2003-01-23Support BACNET over ARCNET, under the assumption that no fragmentationGuy Harris4-4/+10
2003-01-23Support Appletalk, IPv6, and Banyan Vines over ARCNET.Guy Harris3-3/+9
2003-01-23From a look at the Linux ARCNET code, it appears that no frame deliveredGuy Harris3-16/+70
2003-01-23Handle exception frames.Guy Harris1-6/+52
2003-01-23Fix a typo.Guy Harris1-2/+2
2003-01-23From Dinesh Dutt: updates to the Boardwalk and MDS header dissectors.Guy Harris2-2/+13
2003-01-23Add a "capture_arcnet()" routine and use it when capturing.Guy Harris4-6/+77