aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-04Make Ethereal default to promiscuous-mode captures, the way it didGuy Harris1-6/+5
2001-06-04Define a "COPY_ADDRESS()" macro, which copies the data in one address toGuy Harris2-21/+20
2001-06-04Add an "ADDRESSES_EQUAL()" macro, taking pointers to two "address"Guy Harris2-32/+17
2001-06-04Updates from Mark Burton.Guy Harris1-26/+56
2001-06-02Correct the values for sna_rh_ru_category_vals, thanks toGilbert Ramirez1-23/+23
2001-06-02"old_dissector_delete()" is no longer used; remove it.Guy Harris2-35/+4
2001-06-02Handoff registration routines must be named "proto_reg_handoff_XXX()",Guy Harris1-3/+2
2001-06-02On Windows, "min" apparently gets defined or declared in such a fashionGuy Harris1-6/+6
2001-06-02Not all platforms have u_int32_t (for example, Windows+MSVC doesn't), soGuy Harris1-2/+2
2001-06-02Windows+MSVC lacks "strptime()", so we need to include "strptime.h" toGuy Harris1-1/+2
2001-06-02Changes to structure initializations not to initialize some but not allGuy Harris5-20/+22
2001-06-02Windows and the MSVC++ 6.0 library don't have "strptime()", so pull inGuy Harris7-10/+1061
2001-06-02Create the tree for an ICMPv6 optionn before putting something in it.Guy Harris1-5/+5
2001-06-02The Cisco 802.11 bridges used 0000F8, i.e. OUI_CISCO_90, not 000078;Guy Harris2-16/+6
2001-06-01draft-draves-ipngwg-router-selection-01 support.Jun-ichiro itojun Hagino2-45/+137
2001-06-01Some Cisco 802.11 bridges apparently change the OUI of packets fromGuy Harris2-6/+18
2001-06-01Updates from Martin Held.Guy Harris1-15/+53
2001-06-01Bug fixes, and WEP support, from Javier Achirica.Guy Harris3-65/+226
2001-05-31Support for leading LWS in RTSP headers, from Robert Tsai.Guy Harris2-1/+10
2001-05-31Updates from Mark Burton.Guy Harris1-76/+172
2001-05-31Don'tcramallthewordsinapreference'snametogether;Guy Harris1-5/+5