aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2001-12-03Rename another routine to get rid of an unnecessary "1" in its name.Guy Harris1-3/+3
2001-12-03Don't bother saving or restoring "can_desegment" until you actually callGuy Harris1-13/+14
2001-12-03Rename and re-comment some routines to make it clearer what they do.Guy Harris1-18/+27
2001-11-29Update from Ronnie Sahlberg:Guy Harris3-7/+48
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris4-12/+32
2001-11-26This should be the final bit of removing the dissect_data symbolEd Warnicke4-18/+9
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke1-1/+9
2001-11-24Update the Makefile.nmake files to reflect the move of "int-64bit.c" toGuy Harris1-0/+1
2001-11-22Moved int-64bit.{c,h} into epan/Ed Warnicke5-5/+619
2001-11-21Remove the pointer to the global packet_info from the table ofGilbert Ramirez1-3/+1
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez10-100/+62
2001-11-21Get rid of some unused variables.Guy Harris3-11/+3
2001-11-21Fix an earlier typo of mine.Guy Harris1-2/+2
2001-11-20Get rid of "tvb_compat()"; it's no longer needed (the one remaining callGuy Harris2-19/+3
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2-30/+3
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-8/+6
2001-11-20"END_OF_FRAME" and "IS_DATA_IN_FRAME()" are no longer used; get rid ofGuy Harris1-13/+5
2001-11-20Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris1-3/+14
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris5-23/+7
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez7-13/+13
2001-11-04Include "conversation.h", as the plugin API now includes the routines toGuy Harris1-1/+2
2001-11-04Declare routines exported to plugins through the plugin API table asGuy Harris2-15/+15
2001-11-04Additional routines made available to plugins, from Tomas Kukosa.Guy Harris1-2/+9
2001-11-03Tvbuffification of Negotiate Protocol, from Ronnie Sahlberg.Guy Harris1-3/+15
2001-11-03TVBUFF_SUBSET tvbuffs share a "ds_name" with the parent tvbuff, so theirGuy Harris1-5/+11
2001-11-03More indentation fixes.Guy Harris1-2/+2
2001-11-03When freeing the "gpa_hfinfo" pointer array, free the array itself, asGuy Harris1-3/+3
2001-11-03Rename the "private" member of the "packet_info" structure toGuy Harris2-4/+4
2001-11-03Fix the indentation.Guy Harris1-4/+4
2001-11-02Fix leak of ds_name. Thanks to Sirop Erable <matrix_ottawa@yahoo.ca>Gilbert Ramirez1-1/+6
2001-11-02Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris4-11/+267
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