aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2001-10-26Make the protocol ID argument to "dissect_transform()" an "int", andGuy Harris1-36/+49
2001-10-26In "get_pointer_value()", don't include the terminating '\0' whenGuy Harris1-105/+138
2001-10-26Guard against erroneously calculating a negative length during theGilbert Ramirez1-9/+11
2001-10-26Fix improper uses of proto_tree_add_item(). When possible, switch toGilbert Ramirez1-83/+24
2001-10-25We no longer try to dissect payloads of type "None", so get rid ofGuy Harris1-9/+3
2001-10-25Loop over all the sub-payloads of a Security Association payload; make aGuy Harris1-48/+82
2001-10-25Don't try to dissect a gnutella sub-header if the length of the sub-headerGilbert Ramirez1-71/+74
2001-10-25Guard against 'size' being too small; the value comes from the packet,Gilbert Ramirez1-7/+16
2001-10-25Interface type 0x07 is Ethernet.Gilbert Ramirez1-2/+2
2001-10-25Get rid of signed/unsigned comparison warnings in wiretap.Gilbert Ramirez6-23/+24
2001-10-25Update from Frank Singleton:Guy Harris1-8/+23
2001-10-25Use "g_warning" to print warning messages from "pcap_open_live()", asGuy Harris1-2/+2
2001-10-25Handle "pcap_open_live()" succeeding but returning a warning; print theGuy Harris2-23/+44
2001-10-24Fix compile errors and code errors in the Win32 code.Guy Harris1-4/+9
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris9-90/+148
2001-10-24On Windows, put Ethereal configuration files under the "ApplicationGuy Harris7-40/+113
2001-10-23Show parameter types in hex.Guy Harris1-31/+25
2001-10-23In some versions of GRE, you can have ACK-only packets; if a packetGuy Harris1-2/+21
2001-10-23Include <direct.h> on Windows systems, to declare "mkdir()".Guy Harris3-96/+88
2001-10-23When putting protocols into the list of protocols, do a case-insensitiveGuy Harris2-4/+4
2001-10-23Fix some field names to begin with "iua", not "hf".Guy Harris1-6/+6