aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-08-06Typo fix.Guy Harris1-2/+2
2002-08-06Put in a comment noting that forcibly setting "pinfo->fd->lnk_t" meansGuy Harris1-1/+11
2002-08-06From Mike Frisch: fix NFSv4 ACL decoding.Guy Harris1-6/+192
2002-08-06From Mike Frisch: sync the SETCLIENTID args decoder with the latestGuy Harris1-23/+60
2002-08-06From Anand V. Narwani: add an entry for the DOCSIS encapsulation to theGuy Harris1-1/+4
2002-08-06Fix the declaration of "empty_line()" to match the definition.Guy Harris1-2/+2
2002-08-06Make the argument to "empty_line()" a "const guchar *", so we don't haveGuy Harris1-2/+2
2002-08-06Frame numbers are "guint32"s, not signed "int"s.Guy Harris1-6/+6
2002-08-05From Jan Kratochvil: fix MMSE handling of strings with specifiedGuy Harris3-2/+7
2002-08-04net/inet.h should not be needed by a dissector.Jörg Mayer1-5/+1
2002-08-04From Hidetaka Ogawa: fix PPP FCS computation to include address andGuy Harris3-5/+12
2002-08-04Some more function updatesRonnie Sahlberg1-145/+191
2002-08-04Undo my last change: These files are used by systems only that need sys/types.hJörg Mayer2-13/+29
2002-08-04From Sergei Shokhor, bug in EPM dissectorRonnie Sahlberg2-4/+9
2002-08-03Add sequence number wrap to tcp window checking.Jörg Mayer1-8/+15
2002-08-03The url to the IEEE data changed for non-interactive use.Jörg Mayer2-705/+1014
2002-08-03Create the TCP protocol tree, and put the source and destination portsGuy Harris1-21/+20
2002-08-03We don't use anything from <sys/socket.h> (we need to know the AF_INET6Guy Harris1-5/+1
2002-08-03We don't use anything from <arpa/inet.h>, so we don't need to includeGuy Harris1-5/+1
2002-08-03We don't use anything from <sys/socket.h>, so we don't need to includeGuy Harris1-5/+1
2002-08-03We don't use anything from <sys/socket.h> (we need to know the AF_Guy Harris1-5/+1
2002-08-03We don't use anything from <arpa/inet.h>, so we don't need to includeGuy Harris2-10/+2
2002-08-03<netinet/in.h> is needed for <arpa/inet.h>, at least on some platforms,Guy Harris1-13/+21
2002-08-03<netinet/in.h> is needed for <arpa/inet.h>, at least on some platforms,Guy Harris1-1/+9
2002-08-03Updated LogonControl2 and ServerAuthenticate2 functionsRonnie Sahlberg1-158/+166
2002-08-03I still have to see a case when a MAC address starting with 0:0:0Jörg Mayer1-1/+2
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2-13/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer266-2113/+712
2002-08-02Two new options added to TCP.Ronnie Sahlberg1-25/+603
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer14-103/+39
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer28-223/+8
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer22-194/+70
2002-08-01Fix a few more memleaks found by valgrind (all derivingJörg Mayer6-14/+25
2002-07-31Use <zlib.h> instead of "zlib.h"Jörg Mayer1-2/+2
2002-07-31Add conditional include of winsock2.h again, so compilation with MSVC++Jörg Mayer1-1/+5
2002-07-31From Jim McDonough: support for LsaQueryInformationPolicy2 in the LSAGuy Harris4-10/+17
2002-07-31From Mike Frisch: fix a problem with decoding the AUTHORIZE call.Guy Harris2-5/+5
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris19-46/+875
2002-07-31Check whether the first byte of a putative TPKT header is 3 (the TPKTGuy Harris1-1/+27
2002-07-31Fix small typoRonnie Sahlberg1-2/+2
2002-07-31Don't loop forever in "find_rsvp_session_tempfilt()" orGuy Harris1-3/+10
2002-07-31From Chris Waters: check 802.11 FCS if present.Guy Harris2-3/+37
2002-07-31Adding a new macro CMP_ADDRESS similar to ADDRESS_EQUAL but this one will returnRonnie Sahlberg1-1/+15
2002-07-30From Graeme Hewson:Guy Harris5-93/+211
2002-07-30Call "proto_item_add_subtree()" to create a subtree for POST data, don'tGuy Harris1-5/+9
2002-07-30From Michael Tuexen: AF_INET6 support for DLT_NULL captures fromGuy Harris3-3/+6
2002-07-30#ifdef out some variables not used on Windows.Guy Harris1-30/+32
2002-07-29Code from Jan Berkel <jan.berkel@gmx.de> toUwe Girlich1-13/+541
2002-07-29From Didier Gautheron: add FPGetUserInfo.Guy Harris1-1/+107
2002-07-29From Joerg Mayer:Guy Harris1-2/+5