aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter2003-01-2810-1538/+1237
* Defined a useful callback function for dissect_ndr_pointer() which canTim Potter2003-01-282-57/+138
* Replace the 'levels' argument to dissect_ndr_pointer() with a callbackTim Potter2003-01-282-23/+54
* From Akira Endoh: BGP support for draft-ietf-idr-as4bytes-06.txt andGuy Harris2003-01-284-275/+444
* Fix a similar problem in the RFC 3332 version of the protocol.Guy Harris2003-01-271-4/+4
* Compilation warning fixesLaurent Deniel2003-01-271-3/+2
* Code cleaning & compilation warning fixesLaurent Deniel2003-01-271-49/+12
* "hf_afs_bos_status" is an FT_INT32, so it can't be put into the treeGuy Harris2003-01-271-3/+3
* From Jeff Morriss: dissect parameters regardless of whether a protocolGuy Harris2003-01-272-3/+17
* Make the list of column format descriptions "static", and size it basedGuy Harris2003-01-271-21/+45
* Check "$prefix/include/pcap" before checking "$prefix/include" forGuy Harris2003-01-271-3/+5
* From Yaniv Kaul: add names and types for ZLIB compression and AESGuy Harris2003-01-271-3/+27
* From Huagang Xu: treat all SSH sesions where the version cannot beGuy Harris2003-01-271-21/+43
* From Hannes Gredler: support MPLS over CHDLC.Guy Harris2003-01-273-13/+18
* Update my email address in various places since my old one no longer worksLaurent Deniel2003-01-2619-38/+38
* Call the GSSAPI dissector when disecting GSSAPI transaction keys. The TKEYTim Potter2003-01-261-10/+47
* SSH dissector, from Huagang Xie.Guy Harris2003-01-254-2/+799
* From Dave Richards: BACNET-over-ARCNET is BACNET-over-802.2-over-ARCNET,Guy Harris2003-01-253-4/+10
* Add a missing include packet-dcerpc-nt.hJörg Mayer2003-01-241-1/+2
* Remove an unused function prototypeJörg Mayer2003-01-241-3/+1
* hf_mdshdr_span is a FT_UINT8 field, so we must use :Olivier Abad2003-01-241-2/+2
* packet-dcerpc-nt.c is no longer a dissector so adjust MakefilesTim Potter2003-01-242-4/+4
* Perform the initialisation for the NT specific DCERPC dissectors as partTim Potter2003-01-243-194/+196
* From Albert Chin: get rid of trailing commas in enums, as Digital's,Guy Harris2003-01-241-3/+3
* Update for the 0.9.9 release.Gerald Combs2003-01-242-54/+72
* Register "sua.sua_version" as an obsolete preference, so that noGuy Harris2003-01-231-2/+5
* From Brad Hards: fix to handle the special case where the length of theGuy Harris2003-01-231-5/+15
* Put in an entry for the BACnet protocol ID.Guy Harris2003-01-231-1/+2
* Support BACNET over ARCNET, under the assumption that no fragmentationGuy Harris2003-01-234-4/+10
* Support Appletalk, IPv6, and Banyan Vines over ARCNET.Guy Harris2003-01-233-3/+9
* From a look at the Linux ARCNET code, it appears that no frame deliveredGuy Harris2003-01-233-16/+70
* Handle exception frames.Guy Harris2003-01-231-6/+52
* Fix a typo.Guy Harris2003-01-231-2/+2
* From Dinesh Dutt: updates to the Boardwalk and MDS header dissectors.Guy Harris2003-01-232-2/+13
* Add a "capture_arcnet()" routine and use it when capturing.Guy Harris2003-01-234-6/+77
* In the BSDs, ARCNET packets don't have an offset field between theGuy Harris2003-01-237-67/+176
* Make all the stuff in the capability fixed field in a management frameGuy Harris2003-01-221-34/+34
* Updated to supportMichael Tüxen2003-01-221-1837/+691
* From Jouni Malinen:Guy Harris2003-01-222-3/+58
* Put a "-I" before "$gtk_aclocal_dir".Gerald Combs2003-01-221-2/+2
* Added support for version 05 of the (expired) ID describing M3UA.Michael Tüxen2003-01-221-1049/+908
* Include <epan/resolv.h> to declare "get_hostname()".Guy Harris2003-01-221-3/+4
* From Dinesh Dutt:Guy Harris2003-01-2212-22/+434
* "echo -n" isn't portable, and neither is sticking "\c" at the end of theGuy Harris2003-01-221-3/+3
* TopTalkers feature for Ethernet/IP/TokenRingRonnie Sahlberg2003-01-224-2/+343
* reate a TAP for EthernetRonnie Sahlberg2003-01-222-26/+38
* Create a TAP for TokenRingRonnie Sahlberg2003-01-222-29/+46
* Patch for packet-ip to make it TAPableRonnie Sahlberg2003-01-222-75/+97
* Keep track of and display the time between Call and Reply in NCP packets.Ronnie Sahlberg2003-01-222-2/+24
* New files for the SMB RTT statistics featureRonnie Sahlberg2003-01-223-0/+831