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