aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2001-10-23Add a new routine to create the ".ethereal" directory for a user.guy2-2/+44
2001-10-23Include <stdio.h> to declare "sprintf()".guy1-1/+2
2001-10-22The only reason we care about the user's home directory is that theirguy2-49/+38
2001-10-22Add a routine to get the directory in which personal configuration filesguy4-26/+50
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatguy5-59/+65
2001-10-21On Windows, get the "ethers" and "ipxnets" file from the directory inguy1-10/+44
2001-10-12Get NEWS current up to July 31, update version to 0.8.20.gerald1-2/+2
2001-10-01Have a flag in the "packet_info" structure, which indicates whether theguy2-2/+5
2001-09-14To check whether something is a directory, call "test_for_directory()"guy1-2/+2
2001-09-14Make the resolution for time values be nanoseconds rather thanguy2-1/+37
2001-09-14Get rid of no-longer-necessary includes of <sys/time.h>.guy4-20/+4
2001-09-14Make the resolution for time values be nanoseconds rather thanguy7-92/+115
2001-09-13TCP desegmentation support, and changes to the ONC RPC and NBSSguy1-1/+4
2001-09-04From Thomas Wittwer: add "prefs_register_string_preference()" to theguy1-1/+2
2001-09-03Instead of having a single datum attached to a conversation, have a listguy2-6/+101
2001-09-03Don't pass wildcarded arguments to "find_conversation()" to routinesguy1-44/+181
2001-09-03In "find_conversation()", do the same type of matching thatguy1-91/+125
2001-08-29Add a "proto_item_append_text()" routine, which is likeguy3-3/+37
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,guy3-14/+9
2001-08-21Plug a memory leak.guy1-2/+3
2001-08-21Fix some Win32 compilation warnings and errors.guy2-9/+14
2001-08-21On Windows, use the directory in which the binary resides as theguy6-87/+214
2001-08-19Fix some compile problems on Windows.guy1-9/+10
2001-08-18On Win32, use the default installation directory for Ethereal as theguy1-5/+91
2001-08-12Add FT_UCS2_LE as a field type in prep for adding unicode handling proto_treesharpe1-1/+2
2001-08-04Patch from Lee Berger to properly skip past the length in FT_UINT_STRINGguy1-3/+3
2001-08-04Replace the protocol-specific data in the "packet_info" structure with aguy2-14/+5
2001-08-01Add a "time_secs_to_str_buf()" routine, which takes seconds andguy3-72/+119
2001-07-27Fix for Kazlib exception code:gram2-8/+8
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):guy1-2/+39
2001-07-22Do __attribute__ stuff if the GCC version number is greater than orguy2-19/+19
2001-07-22Add a bunch of routines used by GIOP plugins to the plugin addressguy1-1/+10
2001-07-15Before setting the value of an string field, make sure it's not null.guy1-1/+2
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tguy2-25/+36
2001-07-13Updated for release 0.8.19jfoster1-2/+2
2001-07-13Check for IPv6 support, and check what type of IPv6 support we have, inguy2-1/+163
2001-07-13From Joerg Mayer:guy8-12/+70
2001-07-13Add a "time_msecs_to_str()" routine, to turn a time interval, expressedguy2-2/+63
2001-07-02Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.guy2-6/+51
2001-06-29Create a routine to do the tvbuff-length-adjusting andguy2-2/+54
2001-06-23"index()" is non-standard, and MSVC++ 6.0 complained about it; the ANSIguy1-4/+3
2001-06-22Support CIDR notation in IPv4 address filtering.gram3-11/+85
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromguy1-1/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-2/+7
2001-06-18Define __USE_XOPEN in files that use "strptime()", from Joerg Mayer.guy1-2/+9
2001-06-10Rename the arguments and flags for the conversation routines, so as notguy2-224/+233
2001-06-07Pull the hash functions into macros, rather than using duplicating theguy1-55/+59
2001-06-06Fix a comment.guy1-10/+14
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doguy2-6/+59
2001-06-04Define a "COPY_ADDRESS()" macro, which copies the data in one address toguy2-21/+20