aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2001-05-16Update files for release 8.18jfoster1-2/+2
2001-05-15Stop depending on the order in which operations are performed byguy1-7/+11
2001-05-09When generating a filter expression to match a protocol tree line notguy1-39/+36
2001-05-07If "proto_item_set_len()" is passed a null pointer as its firstguy1-2/+6
2001-05-01Base HAVE_PLUGINS on whether "g_module_supported()" returns TRUE, not onguy2-16/+37
2001-04-25Get rid of support for non-tvbuffified plugin dissectors.guy1-3/+1
2001-04-25Make "col_set_str()" and "tvb_reported_length_remaining()" available inguy1-1/+3
2001-04-23When registering numeric fields, check that a base other than BASE_NONEguy1-26/+18
2001-04-20Put BASE_NONE back into the FT_INTn and FT_UINTn display functionshagbard1-2/+27
2001-04-19Don't allow BASE_NONE to be used with FT_INTn and FT_UINTn variables -guy1-6/+1
2001-04-19Patch from Ronnie Sahlberg to cause the field description section of theguy1-3/+23
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toguy1-2/+1
2001-04-17Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newguy1-4/+1
2001-04-16Assorted ISIS enhancements from Hannes Gredler.guy1-2/+7
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,guy2-20/+19
2001-04-12Improvement of 'make clean' targets.gram1-1/+1
2001-04-11Updated for release 0.8.17jfoster1-2/+2
2001-04-10If the tvbuff pointer is null in "alloc_field_info()", get the dataguy1-5/+2
2001-04-05Don't call "register_all_plugin_handoffs()" if we don't have pluginguy1-1/+3
2001-04-05Use sed in the Win32 build to place the version in various files.gram2-3/+3
2001-04-02Include <string.h> to declare "strlen()", and include <winsock.h> toguy1-5/+10
2001-04-02Don't use "u_int" and "u_char", as they're not defined in <sys/types.h>guy2-10/+10
2001-04-02Don't use "u_int" for IPv4 addresses in "column-utils.c", as that'llguy1-2/+2
2001-04-02"to_str.c" uses "size_t"; include <stdlib.h>, to declare it (necessaryguy1-1/+3
2001-04-02The plugins code has an API that uses a type from "prefs.h"; includeguy1-1/+3
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesguy2-2/+112
2001-04-02Use GLib types rather than "u_int" and "u_char" in "resolv.h"; "u_int"guy2-52/+52
2001-04-02Get rid of a tab after a backslash - Microsoft Visual C++ 6.0's "nmake"guy1-1/+1
2001-04-02Include <sys/time.h> as well as <time.h> in "column-utils.c" andguy3-11/+22
2001-04-02Added two new arguments to epan_init() and proto_init() tohagbard4-10/+13
2001-04-01Changed proto_init() to have it fetch proto_malformed at run timehagbard1-2/+8
2001-04-01Added a function proto_get_id_by_filter_name() function to proto.{c,h}hagbard2-2/+24
2001-04-01Changed packet_init() to look up the frame dissector and cache itshagbard2-5/+8
2001-04-01Added #include<sys/time.h> to to_str.chagbard1-1/+7
2001-04-01Moved the the remaining column related routines out of packet.{c,h}hagbard6-535/+647
2001-04-01Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.hagbard8-15/+74
2001-04-01Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.hagbard2-2/+20
2001-04-01Moved timestamp.h into epan.hagbard2-1/+52
2001-04-01Added osi-utils.obj to epan/Makefile.nmakehagbard1-0/+1
2001-04-01Moved some definitions and functions from packet-osi.{c,h} tohagbard4-3/+233
2001-04-01Moved the packet_info structure and supporting functions out ofhagbard6-90/+160
2001-04-01Added frame_data.objhagbard1-0/+1
2001-04-01Moved the frame_data structures and functions from packet.{h,c} tohagbard6-140/+239
2001-04-01Moved the column_info structure and related enum from packet.{c,h} tohagbard3-59/+96
2001-04-01Moved the value_string structures and function from packet.{c,h} intohagbard6-67/+142
2001-04-01Added to_str.objhagbard1-0/+1
2001-04-01Moved various to_str files from packet.{c,h} to a separatehagbard5-339/+515
2001-03-31removed #include "print.h" and #include "file.h" from packet.chagbard1-3/+1
2001-03-31removed #include "util.h" from filesystem.c and resolv.chagbard2-4/+3
2001-03-31removed #include "prefs.h" from epan/plugins.hhagbard1-2/+1