aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2002-07-19Include sys/types.h to provide the type size_t, which is neededUwe Girlich1-1/+6
2002-07-19From Richard Urwin: fixes for README.plugins.Guy Harris3-9/+16
2002-07-17Change a "proto_tree_add_uint()" call to use "proto_tree_add_item()".Guy Harris1-2/+3
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris19-74/+158
2002-07-17From Kan Sasaki:Guy Harris1-64/+210
2002-07-17From Joerg Mayer:Guy Harris66-345/+42
2002-07-17Get rid of some "unused variable" and "unused static function" warnings,Guy Harris3-30/+89
2002-07-16From Joerg Mayer: add #includes of "snprintf.h" in modules that usedGuy Harris4-3/+16
2002-07-16Get rid of carriage returns.Guy Harris1-43/+43
2002-07-16Don't allocate structures to remember how to re-access a packet's data,Guy Harris1-12/+27
2002-07-16From Graeme Hewson:Guy Harris22-157/+285
2002-07-16From Graeme Hewson:Guy Harris1-6/+3