aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2001-10-31Put "extern" in front of a pile of function declarations.Guy Harris4-206/+222
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris5-132/+30
2001-10-29Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris4-63/+4
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris4-6/+130
2001-10-28Clean up another signed vs. unsigned comparison warning - ifGuy Harris1-2/+6
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-26Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,Gilbert Ramirez6-31/+34
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 Harris4-28/+129
2001-10-24On Windows, put Ethereal configuration files under the "ApplicationGuy Harris2-20/+72
2001-10-23Include <direct.h> on Windows systems, to declare "mkdir()".Guy Harris1-42/+15
2001-10-23When putting protocols into the list of protocols, do a case-insensitiveGuy Harris1-2/+2
2001-10-23Add a new routine to create the ".ethereal" directory for a user.Guy Harris2-2/+44
2001-10-23Include <stdio.h> to declare "sprintf()".Guy Harris1-1/+2
2001-10-22The only reason we care about the user's home directory is that theirGuy Harris2-49/+38
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris4-26/+50
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris5-59/+65
2001-10-21On Windows, get the "ethers" and "ipxnets" file from the directory inGuy Harris1-10/+44
2001-10-12Get NEWS current up to July 31, update version to 0.8.20.Gerald Combs1-2/+2
2001-10-01Have a flag in the "packet_info" structure, which indicates whether theGuy Harris2-2/+5
2001-09-14To check whether something is a directory, call "test_for_directory()"Guy Harris1-2/+2
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris2-1/+37
2001-09-14Get rid of no-longer-necessary includes of <sys/time.h>.Guy Harris4-20/+4
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris7-92/+115
2001-09-13TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris1-1/+4
2001-09-04From Thomas Wittwer: add "prefs_register_string_preference()" to theGuy Harris1-1/+2
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris2-6/+101
2001-09-03Don't pass wildcarded arguments to "find_conversation()" to routinesGuy Harris1-44/+181
2001-09-03In "find_conversation()", do the same type of matching thatGuy Harris1-91/+125
2001-08-29Add a "proto_item_append_text()" routine, which is likeGuy Harris3-3/+37
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris3-14/+9
2001-08-21Plug a memory leak.Guy Harris1-2/+3
2001-08-21Fix some Win32 compilation warnings and errors.Guy Harris2-9/+14
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris6-87/+214
2001-08-19Fix some compile problems on Windows.Guy Harris1-9/+10
2001-08-18On Win32, use the default installation directory for Ethereal as theGuy Harris1-5/+91
2001-08-12Add FT_UCS2_LE as a field type in prep for adding unicode handling proto_treeRichard Sharpe1-1/+2
2001-08-04Patch from Lee Berger to properly skip past the length in FT_UINT_STRINGGuy Harris1-3/+3
2001-08-04Replace the protocol-specific data in the "packet_info" structure with aGuy Harris2-14/+5
2001-08-01Add a "time_secs_to_str_buf()" routine, which takes seconds andGuy Harris3-72/+119
2001-07-27Fix for Kazlib exception code:Gilbert Ramirez2-8/+8
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris1-2/+39
2001-07-22Do __attribute__ stuff if the GCC version number is greater than orGuy Harris2-19/+19
2001-07-22Add a bunch of routines used by GIOP plugins to the plugin addressGuy Harris1-1/+10
2001-07-15Before setting the value of an string field, make sure it's not null.Guy Harris1-1/+2
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris2-25/+36
2001-07-13Updated for release 0.8.19Jeff Foster1-2/+2
2001-07-13Check for IPv6 support, and check what type of IPv6 support we have, inGuy Harris2-1/+163