aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-11-03TVBUFF_SUBSET tvbuffs share a "ds_name" with the parent tvbuff, so theirGuy Harris1-5/+11
2001-11-03More indentation fixes.Guy Harris1-2/+2
2001-11-03Put the error code into the Info column symbolically, if possible.Guy Harris1-6/+12
2001-11-03Put stuff in the Info column regardless of whether we're building aGuy Harris1-56/+86
2001-11-03Small fix to include the arrow pixmaps in the distribution, from AndrewGuy Harris3-1/+8
2001-11-03When freeing the "gpa_hfinfo" pointer array, free the array itself, asGuy Harris1-3/+3
2001-11-03Rename the "private" member of the "packet_info" structure toGuy Harris10-23/+23
2001-11-03Fix the indentation.Guy Harris1-4/+4
2001-11-02Fix leak of ds_name. Thanks to Sirop Erable <matrix_ottawa@yahoo.ca>Gilbert Ramirez1-1/+6
2001-11-02Ahhh,Richard Sharpe1-2/+30
2001-11-02Support DLT_CISCO_IOS.Gilbert Ramirez2-3/+6
2001-11-02Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris7-37/+479
2001-11-02Don't assume that all UNIX platforms have <iconv.h> - explicitly checkGuy Harris3-5/+7
2001-11-01Install the files for the XML Diameter dictionary.Guy Harris1-1/+6
2001-11-01From David Frascone: duUpdate to Diameter dissector to load theGuy Harris11-130/+3317
2001-11-01Fix some declarations to match the signatures of "tvb_find_guint8()" andGuy Harris2-6/+6
2001-11-01Add an option to show the File Offset of a frame. Not useful forGilbert Ramirez1-1/+23
2001-10-31Display unknown extension types in decimal, not hex (the RFCs give themGuy Harris1-2/+2
2001-10-31Support for Mobile IP's use of ICMP Router Advertisements, from DavidGuy Harris2-11/+270
2001-10-31Sigh. Well, if you make the function declarations external, that meansGuy Harris7-4/+208
2001-10-31Update the code for the DHCP authentication option to match RFC 3118,Guy Harris1-20/+100
2001-10-31Bug fixes and enhancements to Mobile IP, from David Frascone.Guy Harris2-139/+299
2001-10-31Put "extern" in front of a pile of function declarations.Guy Harris6-265/+296
2001-10-31Add the Ethereal Web site's mirror of WinPcap to the dialog popped up ifGuy Harris1-2/+5
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris8-167/+43
2001-10-30Fix to desegmentation crash, from Ronnie Sahlberg.Guy Harris1-7/+14
2001-10-30Put in a note telling people NOT to use "tvb_get_ntohl()" orGuy Harris1-3/+11
2001-10-30Fix a bunch of places where "tvb_get_letohl()" was being used to fetchGuy Harris2-74/+59
2001-10-30IPv4 addresses should be entered in host byte order, not forcedGuy Harris1-33/+44
2001-10-30IPv4 addresses should be entered in host byte order, not forcedGuy Harris1-8/+8
2001-10-30Small fix to previous patch, from Motonori Shindo.Guy Harris1-5/+5
2001-10-30Squelch a GCC complaint.Guy Harris1-1/+2
2001-10-30From Shinsuke Suzuki: fix IPv6 PIM checksum computation code to matchGuy Harris3-5/+40
2001-10-30In "u64toa()":Guy Harris1-13/+13
2001-10-29Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris8-113/+12
2001-10-29Constify arguments and variables.Guy Harris2-16/+22
2001-10-29Dissector converted to TVBuffers. The changes are originally fromJeff Foster1-253/+205
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris14-96/+631
2001-10-29Updates from Mike Frisch to reflect NFSv4 protocol changes.Guy Harris3-258/+360
2001-10-29The previous checkin also added PPP compressed datagram support.Guy Harris1-0/+1
2001-10-29PPP CCP support, from Motonori Shindo.Guy Harris2-2/+301
2001-10-28Clean up another signed vs. unsigned comparison warning - ifGuy Harris1-2/+6
2001-10-28Include <unistd.h>, if we have it, to declare "unlink()".Guy Harris1-1/+5
2001-10-28Check, in the configure script in the epan directory, whether we haveGuy Harris2-2/+6
2001-10-28From Mike Frisch: Win32 systems don't have "strptime()", so we need toGuy Harris1-1/+2
2001-10-28"ftypes" and "dfilter" should depend on "config.h", so that if itGuy Harris1-2/+2
2001-10-27Section D.4.3 "Generating Cryptographic authentication" of RFC 2328 saysGuy Harris1-2/+6
2001-10-26Handle the 1.3 and 1.4 Content-Type values in WSP, from Tom Uijldert.Guy Harris1-1/+12
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez14-44/+46
2001-10-26Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,Gilbert Ramirez6-31/+34