aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2002-07-29From Joerg Mayer:Guy Harris19-165/+133
2002-07-29Committing Kerberos NetBIOS address type stuff from Jim McDonough.Richard Sharpe1-1/+8
2002-07-27Changed the SMB dissector to put ALL command PDUs in one SMB in the summaryRonnie Sahlberg1-22/+30
2002-07-27If conversations have already been created in lower layers, say TCP beforeRonnie Sahlberg1-8/+8
2002-07-25From Stefan Wenk: remove an unnecessary +1 from some offsetGuy Harris1-4/+3
2002-07-25For connection-oriented DCE RPC, show the stub data if we can't actuallyGuy Harris1-2/+18
2002-07-22Remove trailing space characters between a netbios name and the name type.Tim Potter1-1/+14
2002-07-22Update from Anand V. Narwani:Guy Harris1-6/+54
2002-07-21Fix up some comments.Guy Harris1-10/+9
2002-07-21Mention the "-h" flag.Guy Harris1-1/+6
2002-07-21"yyin" is from lex/flex, so it should be "extern", not "static" - weGuy Harris1-15/+19
2002-07-21Fix the problems WRT overwriting a capture file. From Joerg Mayer.Richard Sharpe1-2/+10
2002-07-21Offsets in packets should be "int", not "guint8", unless there is anGuy Harris1-3/+3
2002-07-20From Anand V. Narwani: fix to the Info column for Request frames.Guy Harris1-3/+3
2002-07-20From Prabhakar Krishnan: add item to SMB protocol tree for time betweenGuy Harris4-6/+30