aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-04-08OSI network layer over PPP support, fix to P2P ISIS processing, and ISISGuy Harris9-16/+117
2001-04-07If we do "offset = dissect_rpc_XXX_tvb(...)", we have to do soGuy Harris1-8/+3
2001-04-07RWALL dissector, from Ronnie Sahlberg.Guy Harris5-2/+120
2001-04-07Mention RFC 1356 in the comment about handling NLPIDs other than theGuy Harris1-3/+6
2001-04-07At least with UCD SNMP 4.1.2, you can safely pass to "sprint_value()" aGuy Harris1-2/+2
2001-04-07Don't hand "fdata" to "clear_fdata()" if you haven't filled it in.Guy Harris1-2/+3
2001-04-07Don't blow up if "asn1_string_value_decode()" supplies a null pointer asGuy Harris1-5/+15
2001-04-06In "dissect_snmp_parse_error()" and "dissect_snmp_error()", put an errorGuy Harris1-76/+84
2001-04-06Build with zlib.Gilbert Ramirez4-24/+23
2001-04-05Don't call "register_all_plugin_handoffs()" if we don't have pluginGuy Harris1-1/+3
2001-04-05Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap versionGilbert Ramirez6-14/+12
2001-04-05Updates for win32 files to ignore.Gilbert Ramirez3-0/+4
2001-04-05Remove the 3 types of installation in favor of a "type-less"Gilbert Ramirez2-18/+19
2001-04-05Use sed in the Win32 build to place the version in various files.Gilbert Ramirez13-35/+75
2001-04-04WinPcap 2.1 allows you to capture on Token Ring, so remove the noteGuy Harris1-4/+3
2001-04-04Move the comments in nsis/README into nsis/Makefile.nmakeGilbert Ramirez6-10/+17
2001-04-04Packaging files for Win32, using NSIS, the NullSoft Installer, thatGilbert Ramirez5-2/+513
2001-04-04ANSI C requires a statement in the 'default' case of a switch statement.Gilbert Ramirez1-3/+5
2001-04-04Add, as per Tim Newsham, code to forcibly set the payload length to 4Guy Harris1-2/+8
2001-04-04GTP support, from Michal Melerowicz.Guy Harris5-2/+2093
2001-04-03Try to load WinPcap only on Windows.Guy Harris1-1/+3
2001-04-03An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which,Guy Harris5-62/+77
2001-04-03Now that WinPcap is a DLL, I can load it at run-time rather than load-time.Gilbert Ramirez7-15/+294
2001-04-02simplistic check for encrypted dataNathan Neulinger2-46/+67
2001-04-02Include <string.h> to declare "strlen()", and include <winsock.h> toGuy Harris1-5/+10
2001-04-02Don't use "u_int" and "u_char", as they're not defined in <sys/types.h>Guy Harris2-10/+10
2001-04-02Don't use "u_int" for IPv4 addresses in "column-utils.c", as that'llGuy Harris1-2/+2
2001-04-02"to_str.c" uses "size_t"; include <stdlib.h>, to declare it (necessaryGuy Harris1-1/+3
2001-04-02The plugins code has an API that uses a type from "prefs.h"; includeGuy Harris1-1/+3
2001-04-02"tvb_get_ptr()" now returns a "const guint8 *", not a "guint8 *"; adjustGuy Harris1-2/+2
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris8-106/+122
2001-04-02Use GLib types rather than "u_int" and "u_char" in "resolv.h"; "u_int"Guy Harris3-54/+54
2001-04-02Get rid of a tab after a backslash - Microsoft Visual C++ 6.0's "nmake"Guy Harris1-1/+1
2001-04-02Include <sys/time.h> as well as <time.h> in "column-utils.c" andGuy Harris3-11/+22
2001-04-02Added two new arguments to epan_init() and proto_init() toEd Warnicke7-16/+23
2001-04-01Changed proto_init() to have it fetch proto_malformed at run timeEd Warnicke1-2/+8
2001-04-01Added a function proto_get_id_by_filter_name() function to proto.{c,h}Ed Warnicke2-2/+24
2001-04-01Changed packet_init() to look up the frame dissector and cache itsEd Warnicke2-5/+8
2001-04-01Added a register_dissector() call in packet-frame.c so that frame is nowEd Warnicke1-1/+2
2001-04-01Added #include<sys/time.h> to to_str.cEd Warnicke1-1/+7
2001-04-01Moved the the remaining column related routines out of packet.{c,h}Ed Warnicke6-535/+647
2001-04-01Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.Ed Warnicke9-45/+77
2001-04-01Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.Ed Warnicke4-27/+24
2001-04-01Moved timestamp.h into epan.Ed Warnicke3-4/+4
2001-04-01Added osi-utils.obj to epan/Makefile.nmakeEd Warnicke1-0/+1
2001-04-01Moved some definitions and functions from packet-osi.{c,h} toEd Warnicke6-158/+236
2001-04-01Moved the packet_info structure and supporting functions out ofEd Warnicke6-90/+160
2001-04-01Added frame_data.objEd Warnicke1-0/+1
2001-04-01Moved the frame_data structures and functions from packet.{h,c} toEd Warnicke6-140/+239
2001-04-01Moved the column_info structure and related enum from packet.{c,h} toEd Warnicke3-59/+96