| Commit message (Expand) | Author | Age | Files | Lines |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 4 | -12/+32 |
* | This should be the final bit of removing the dissect_data symbol | Ed Warnicke | 2001-11-26 | 4 | -18/+9 |
* | Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_X | Ed Warnicke | 2001-11-26 | 1 | -1/+9 |
* | Update the Makefile.nmake files to reflect the move of "int-64bit.c" to | Guy Harris | 2001-11-24 | 1 | -0/+1 |
* | Moved int-64bit.{c,h} into epan/ | Ed Warnicke | 2001-11-22 | 5 | -5/+619 |
* | Remove the pointer to the global packet_info from the table of | Gilbert Ramirez | 2001-11-21 | 1 | -3/+1 |
* | Remove the global packet_info called "pi". Dissectors now only | Gilbert Ramirez | 2001-11-21 | 10 | -100/+62 |
* | Get rid of some unused variables. | Guy Harris | 2001-11-21 | 3 | -11/+3 |
* | Fix an earlier typo of mine. | Guy Harris | 2001-11-21 | 1 | -2/+2 |
* | Get rid of "tvb_compat()"; it's no longer needed (the one remaining call | Guy Harris | 2001-11-20 | 2 | -19/+3 |
* | Get rid of the "len" and "captured_len" members of the "packet_info" | Guy Harris | 2001-11-20 | 2 | -30/+3 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -8/+6 |
* | "END_OF_FRAME" and "IS_DATA_IN_FRAME()" are no longer used; get rid of | Guy Harris | 2001-11-20 | 1 | -13/+5 |
* | Allow the tvbuff pointer to various "proto_tree_add" routines to be null | Guy Harris | 2001-11-20 | 1 | -3/+14 |
* | Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info" | Guy Harris | 2001-11-15 | 5 | -23/+7 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 7 | -13/+13 |
* | Include "conversation.h", as the plugin API now includes the routines to | Guy Harris | 2001-11-04 | 1 | -1/+2 |
* | Declare routines exported to plugins through the plugin API table as | Guy Harris | 2001-11-04 | 2 | -15/+15 |
* | Additional routines made available to plugins, from Tomas Kukosa. | Guy Harris | 2001-11-04 | 1 | -2/+9 |
* | Tvbuffification of Negotiate Protocol, from Ronnie Sahlberg. | Guy Harris | 2001-11-03 | 1 | -3/+15 |
* | TVBUFF_SUBSET tvbuffs share a "ds_name" with the parent tvbuff, so their | Guy Harris | 2001-11-03 | 1 | -5/+11 |
* | More indentation fixes. | Guy Harris | 2001-11-03 | 1 | -2/+2 |
* | When freeing the "gpa_hfinfo" pointer array, free the array itself, as | Guy Harris | 2001-11-03 | 1 | -3/+3 |
* | Rename the "private" member of the "packet_info" structure to | Guy Harris | 2001-11-03 | 2 | -4/+4 |
* | Fix the indentation. | Guy Harris | 2001-11-03 | 1 | -4/+4 |
* | Fix leak of ds_name. Thanks to Sirop Erable <matrix_ottawa@yahoo.ca> | Gilbert Ramirez | 2001-11-02 | 1 | -1/+6 |
* | Add support for 64-bit signed integers in "int-64bit.[ch]", add an | Guy Harris | 2001-11-02 | 4 | -11/+267 |
* | Put "extern" in front of a pile of function declarations. | Guy Harris | 2001-10-31 | 4 | -206/+222 |
* | Get rid of a bunch of stuff that was there to support non-tvbuffified | Guy Harris | 2001-10-31 | 5 | -132/+30 |
* | Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as the | Guy Harris | 2001-10-29 | 4 | -63/+4 |
* | From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integers | Guy Harris | 2001-10-29 | 4 | -6/+130 |
* | Clean up another signed vs. unsigned comparison warning - if | Guy Harris | 2001-10-28 | 1 | -2/+6 |
* | Check, in the configure script in the epan directory, whether we have | Guy Harris | 2001-10-28 | 2 | -2/+6 |
* | From Mike Frisch: Win32 systems don't have "strptime()", so we need to | Guy Harris | 2001-10-28 | 1 | -1/+2 |
* | "ftypes" and "dfilter" should depend on "config.h", so that if it | Guy Harris | 2001-10-28 | 1 | -2/+2 |
* | Fix some signed/unsigned comparison warnings. In the case of tvbuff.h, | Gilbert Ramirez | 2001-10-26 | 6 | -31/+34 |
* | Fix compile errors and code errors in the Win32 code. | Guy Harris | 2001-10-24 | 1 | -4/+9 |
* | Have a routine that takes a file name for a personal configuration file | Guy Harris | 2001-10-24 | 4 | -28/+129 |
* | On Windows, put Ethereal configuration files under the "Application | Guy Harris | 2001-10-24 | 2 | -20/+72 |
* | Include <direct.h> on Windows systems, to declare "mkdir()". | Guy Harris | 2001-10-23 | 1 | -42/+15 |
* | When putting protocols into the list of protocols, do a case-insensitive | Guy Harris | 2001-10-23 | 1 | -2/+2 |
* | Add a new routine to create the ".ethereal" directory for a user. | Guy Harris | 2001-10-23 | 2 | -2/+44 |
* | Include <stdio.h> to declare "sprintf()". | Guy Harris | 2001-10-23 | 1 | -1/+2 |
* | The only reason we care about the user's home directory is that their | Guy Harris | 2001-10-22 | 2 | -49/+38 |
* | Add a routine to get the directory in which personal configuration files | Guy Harris | 2001-10-22 | 4 | -26/+50 |
* | Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in format | Guy Harris | 2001-10-21 | 5 | -59/+65 |
* | On Windows, get the "ethers" and "ipxnets" file from the directory in | Guy Harris | 2001-10-21 | 1 | -10/+44 |
* | Get NEWS current up to July 31, update version to 0.8.20. | Gerald Combs | 2001-10-12 | 1 | -2/+2 |
* | Have a flag in the "packet_info" structure, which indicates whether the | Guy Harris | 2001-10-01 | 2 | -2/+5 |
* | To check whether something is a directory, call "test_for_directory()" | Guy Harris | 2001-09-14 | 1 | -2/+2 |