aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-274-12/+32
* This should be the final bit of removing the dissect_data symbolEd Warnicke2001-11-264-18/+9
* Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke2001-11-261-1/+9
* Update the Makefile.nmake files to reflect the move of "int-64bit.c" toGuy Harris2001-11-241-0/+1
* Moved int-64bit.{c,h} into epan/Ed Warnicke2001-11-225-5/+619
* Remove the pointer to the global packet_info from the table ofGilbert Ramirez2001-11-211-3/+1
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-2110-100/+62
* Get rid of some unused variables.Guy Harris2001-11-213-11/+3
* Fix an earlier typo of mine.Guy Harris2001-11-211-2/+2
* Get rid of "tvb_compat()"; it's no longer needed (the one remaining callGuy Harris2001-11-202-19/+3
* Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2001-11-202-30/+3
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-8/+6
* "END_OF_FRAME" and "IS_DATA_IN_FRAME()" are no longer used; get rid ofGuy Harris2001-11-201-13/+5
* Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris2001-11-201-3/+14
* Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris2001-11-155-23/+7
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-137-13/+13
* Include "conversation.h", as the plugin API now includes the routines toGuy Harris2001-11-041-1/+2
* Declare routines exported to plugins through the plugin API table asGuy Harris2001-11-042-15/+15
* Additional routines made available to plugins, from Tomas Kukosa.Guy Harris2001-11-041-2/+9
* Tvbuffification of Negotiate Protocol, from Ronnie Sahlberg.Guy Harris2001-11-031-3/+15
* TVBUFF_SUBSET tvbuffs share a "ds_name" with the parent tvbuff, so theirGuy Harris2001-11-031-5/+11
* More indentation fixes.Guy Harris2001-11-031-2/+2
* When freeing the "gpa_hfinfo" pointer array, free the array itself, asGuy Harris2001-11-031-3/+3
* Rename the "private" member of the "packet_info" structure toGuy Harris2001-11-032-4/+4
* Fix the indentation.Guy Harris2001-11-031-4/+4
* Fix leak of ds_name. Thanks to Sirop Erable <matrix_ottawa@yahoo.ca>Gilbert Ramirez2001-11-021-1/+6
* Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris2001-11-024-11/+267
* Put "extern" in front of a pile of function declarations.Guy Harris2001-10-314-206/+222
* Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris2001-10-315-132/+30
* Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris2001-10-294-63/+4
* From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris2001-10-294-6/+130
* Clean up another signed vs. unsigned comparison warning - ifGuy Harris2001-10-281-2/+6
* Check, in the configure script in the epan directory, whether we haveGuy Harris2001-10-282-2/+6
* From Mike Frisch: Win32 systems don't have "strptime()", so we need toGuy Harris2001-10-281-1/+2
* "ftypes" and "dfilter" should depend on "config.h", so that if itGuy Harris2001-10-281-2/+2
* Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,Gilbert Ramirez2001-10-266-31/+34
* Fix compile errors and code errors in the Win32 code.Guy Harris2001-10-241-4/+9
* Have a routine that takes a file name for a personal configuration fileGuy Harris2001-10-244-28/+129
* On Windows, put Ethereal configuration files under the "ApplicationGuy Harris2001-10-242-20/+72
* Include <direct.h> on Windows systems, to declare "mkdir()".Guy Harris2001-10-231-42/+15
* When putting protocols into the list of protocols, do a case-insensitiveGuy Harris2001-10-231-2/+2
* Add a new routine to create the ".ethereal" directory for a user.Guy Harris2001-10-232-2/+44
* Include <stdio.h> to declare "sprintf()".Guy Harris2001-10-231-1/+2
* The only reason we care about the user's home directory is that theirGuy Harris2001-10-222-49/+38
* Add a routine to get the directory in which personal configuration filesGuy Harris2001-10-224-26/+50
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-215-59/+65
* On Windows, get the "ethers" and "ipxnets" file from the directory inGuy Harris2001-10-211-10/+44
* Get NEWS current up to July 31, update version to 0.8.20.Gerald Combs2001-10-121-2/+2
* Have a flag in the "packet_info" structure, which indicates whether theGuy Harris2001-10-012-2/+5
* To check whether something is a directory, call "test_for_directory()"Guy Harris2001-09-141-2/+2