aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris162-3023/+3028
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris8-17/+19
2001-06-18Define __USE_XOPEN in files that use "strptime()", from Joerg Mayer.Guy Harris2-4/+11
2001-06-18Support for External Reachability TLVs, and assorted outputGuy Harris2-27/+73
2001-06-16Add the PPP Compression Control Protocol to the list of PPP protocolsGuy Harris1-1/+2
2001-06-16Set the Protocol column in dissectors for PPP-specific subprotocols.Guy Harris1-1/+9
2001-06-15PAP support, from Laurent Rabret.Guy Harris2-7/+157
2001-06-15Explain why we have to be ready to handle Ethernet frames withGuy Harris2-5/+37
2001-06-15There can be more than one next hop network address in theGuy Harris1-9/+19
2001-06-15If "buf" is a "char *", "sizeof(buf)" evaluates to the size of aGuy Harris1-2/+2
2001-06-15If the capture child process sends the parent an error message with aGuy Harris1-15/+18
2001-06-15Clean up the handling of RTP padding.Guy Harris1-28/+73
2001-06-14Bug fix from Francisco Javier Cabello.Guy Harris1-1/+2
2001-06-14As long as we're supporting PPP protocol types over Ethernet, we mightGuy Harris2-6/+12
2001-06-14LCP-over Ethernet and IPCP-over-Ethernet support, from Laurent Rabret.Guy Harris5-3/+14
2001-06-14Cosmetic: Corrected "Maximum policed unit" to "Maximum packet size"Ashok Narayanan1-7/+7
2001-06-14Set the reported length of the tvbuff we hand to the MPEG1 dissector.Guy Harris1-3/+5
2001-06-14RFC 2250 MPEG1 support, from Francisco Javier Cabello.Guy Harris6-4/+413
2001-06-14An Acct-Status-Type value of 3 is Interim-Update; thanks and a tip ofGuy Harris1-1/+2
2001-06-14Check for a bogus TCP header length, and don't try to do dissection ifGuy Harris1-3/+24
2001-06-14If we see an RTP packet for a version of the protocol other than versionGuy Harris1-10/+54
2001-06-12Give a number of files RCS IDs.Guy Harris21-26/+72
2001-06-12DVMRP support, from Ronnie Sahlberg.Guy Harris6-21/+898
2001-06-12Display hex numbers with a leading 0x.Guy Harris1-4/+4
2001-06-10Rename the arguments and flags for the conversation routines, so as notGuy Harris5-248/+265
2001-06-10Clean up the handling of MAC addresses - set the addresses in theGuy Harris1-62/+41
2001-06-10Clean up the handling of AVPs.Guy Harris1-258/+398
2001-06-10MP-BGP message support, from Thierry Stagiaire.Guy Harris4-242/+484
2001-06-09"long" does not necessarily mean "32-bit integral data type"; the unionGuy Harris1-6/+6
2001-06-08We only need to print the data corresponding to the field, so fetch onlyGuy Harris1-14/+11
2001-06-08When printing the contents of a raw-data field, don't use the raw dataGuy Harris5-21/+54
2001-06-08The only thing including "globals.h" did for us was to drag inGuy Harris1-2/+2
2001-06-08There's no need to include "globals.h" - don't include it.Guy Harris5-20/+9
2001-06-08Add support for reassemmbling IPv6 fragments, and add an option toGuy Harris1-29/+262
2001-06-08Don't display the data portion of an ER NPDU - we dissect it as a CLNPGuy Harris1-2/+2
2001-06-08Don't display the data portion of an ER NPDU - we dissect it as a CLNPGuy Harris1-4/+4
2001-06-08Move the fragment reassembly code into "reassemble.c" andGuy Harris8-337/+718
2001-06-08Use "col_set_str()", rather than "col_add_str()", wherever possible.Guy Harris1-114/+109
2001-06-07Pull the hash functions into macros, rather than using duplicating theGuy Harris1-55/+59
2001-06-07More updates from Hannes Gredler.Guy Harris3-28/+72
2001-06-06Updates from Martin Held.Guy Harris1-1/+3
2001-06-06Gnutella support, from B. Johannessen.Guy Harris6-3/+912
2001-06-06Fix a comment.Guy Harris1-10/+14
2001-06-05Fix a typo.Guy Harris1-2/+2
2001-06-05hmac-md5 authentication support for IS-IS, from Hannes Gredler.Guy Harris3-27/+38
2001-06-05Juniper Networks vendor ID in RADIUS dissector, from Hannes Gredler.Guy Harris2-1/+3
2001-06-05Compensate better for invalid (at least for IPv4) prefix lengths inGuy Harris1-3/+10
2001-06-05Correctly compute the OSI checksum.Guy Harris4-29/+112
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris16-115/+272
2001-06-05There is no string value assigned to the "ip.fragment.error",Guy Harris1-8/+8