aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2001-04-11Updated for release 0.8.17Jeff Foster1-2/+2
2001-04-10If the tvbuff pointer is null in "alloc_field_info()", get the dataGuy Harris1-5/+2
2001-04-05Don't call "register_all_plugin_handoffs()" if we don't have pluginGuy Harris1-1/+3
2001-04-05Use sed in the Win32 build to place the version in various files.Gilbert Ramirez2-3/+3
2001-04-02Include <string.h> to declare "strlen()", and include <winsock.h> toGuy Harris1-5/+10
2001-04-02Don't use "u_int" and "u_char", as they're not defined in <sys/types.h>Guy Harris2-10/+10
2001-04-02Don't use "u_int" for IPv4 addresses in "column-utils.c", as that'llGuy Harris1-2/+2
2001-04-02"to_str.c" uses "size_t"; include <stdlib.h>, to declare it (necessaryGuy Harris1-1/+3
2001-04-02The plugins code has an API that uses a type from "prefs.h"; includeGuy Harris1-1/+3
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris2-2/+112
2001-04-02Use GLib types rather than "u_int" and "u_char" in "resolv.h"; "u_int"Guy Harris2-52/+52
2001-04-02Get rid of a tab after a backslash - Microsoft Visual C++ 6.0's "nmake"Guy Harris1-1/+1
2001-04-02Include <sys/time.h> as well as <time.h> in "column-utils.c" andGuy Harris3-11/+22
2001-04-02Added two new arguments to epan_init() and proto_init() toEd Warnicke4-10/+13
2001-04-01Changed proto_init() to have it fetch proto_malformed at run timeEd Warnicke1-2/+8
2001-04-01Added a function proto_get_id_by_filter_name() function to proto.{c,h}Ed Warnicke2-2/+24
2001-04-01Changed packet_init() to look up the frame dissector and cache itsEd Warnicke2-5/+8
2001-04-01Added #include<sys/time.h> to to_str.cEd Warnicke1-1/+7
2001-04-01Moved the the remaining column related routines out of packet.{c,h}Ed Warnicke6-535/+647
2001-04-01Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.Ed Warnicke8-15/+74
2001-04-01Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.Ed Warnicke2-2/+20
2001-04-01Moved timestamp.h into epan.Ed Warnicke2-1/+52
2001-04-01Added osi-utils.obj to epan/Makefile.nmakeEd Warnicke1-0/+1
2001-04-01Moved some definitions and functions from packet-osi.{c,h} toEd Warnicke4-3/+233
2001-04-01Moved the packet_info structure and supporting functions out ofEd Warnicke6-90/+160
2001-04-01Added frame_data.objEd Warnicke1-0/+1
2001-04-01Moved the frame_data structures and functions from packet.{h,c} toEd Warnicke6-140/+239
2001-04-01Moved the column_info structure and related enum from packet.{c,h} toEd Warnicke3-59/+96
2001-04-01Moved the value_string structures and function from packet.{c,h} intoEd Warnicke6-67/+142
2001-04-01Added to_str.objEd Warnicke1-0/+1
2001-04-01Moved various to_str files from packet.{c,h} to a separateEd Warnicke5-339/+515
2001-03-31removed #include "print.h" and #include "file.h" from packet.cEd Warnicke1-3/+1
2001-03-31removed #include "util.h" from filesystem.c and resolv.cEd Warnicke2-4/+3
2001-03-31removed #include "prefs.h" from epan/plugins.hEd Warnicke1-2/+1
2001-03-26Change proto_item_add_subtree to test for NULL pi value and return NULL.Jeff Foster1-2/+7
2001-03-23Changes required to support multiple named data sources.Jeff Foster7-13/+50
2001-03-23The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez3-7/+13
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez6-4/+203
2001-03-15The other "proto_tree_add" routines will, if the "tree" argument isGuy Harris1-1/+4
2001-03-15Add a new AT_OSI address type.Guy Harris2-3/+12
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez3-6/+6
2001-03-07In the code that handles finding a field after a user clicks onGilbert Ramirez1-2/+2
2001-03-06Add some win32-specific targets in .cvsignore's.Gilbert Ramirez4-4/+10
2001-03-05Move version to 0.8.16.Gilbert Ramirez4-8/+8
2001-03-03Fix some places where value-to-string routines were returning FALSE,Guy Harris2-10/+50
2001-03-02Calculate the height and width of m_r_font globally, since variousGilbert Ramirez2-2/+55
2001-03-02Get rid of unused method from ftypes structure.Gilbert Ramirez8-83/+8
2001-03-02Enable slices of [i-j], where i is start offset and j is end offset,Gilbert Ramirez6-85/+147
2001-03-01Create proper display filter for FT_BOOLEAN when using "Match Selected".Gilbert Ramirez1-4/+5
2001-02-27Move the location of cppmagic.h, since the lemon-flex include filesGilbert Ramirez2-16/+1