aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer84-538/+538
2002-08-28Add gtk2/glib2 handling to configure. Use --enable-gtk2 to useJörg Mayer1-3/+9
2002-08-24From Ulf Lamping: add a new FT_FLOAT type, for single-precisionGuy Harris5-17/+241
2002-08-24Before dissecting a packet, clear the filter field and value stored withGuy Harris1-1/+3
2002-08-22Fix the comment before "CMP_ADDRESS()" to reflect reality ("memcmp()"Guy Harris1-3/+3
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intoTim Potter2-2/+9
2002-08-18From Vassilii Khachaturov: put protocol blurbs into tables generatedGuy Harris1-3/+3
2002-08-17Bump the version number to 0.9.6. Update the ChangeLog. Add roughGerald Combs1-2/+2
2002-08-14From Tomas Kukosa: add some more routines to the plugin API.Guy Harris3-25/+31
2002-08-14Sort .cvsignore alphabetically and add libtool where missing.Jörg Mayer1-11/+12
2002-08-14Replace usage of AC_PROG_RANLIB which is deprecated for newer versionsJörg Mayer1-2/+2
2002-08-04Undo my last change: These files are used by systems only that need sys/types.hJörg Mayer2-13/+29
2002-08-03<netinet/in.h> is needed for <arpa/inet.h>, at least on some platforms,Guy Harris1-13/+21
2002-08-03<netinet/in.h> is needed for <arpa/inet.h>, at least on some platforms,Guy Harris1-1/+9
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer22-194/+70
2002-07-31Fix small typoRonnie Sahlberg1-2/+2
2002-07-31Adding a new macro CMP_ADDRESS similar to ADDRESS_EQUAL but this one will returnRonnie Sahlberg1-1/+15
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris2-16/+66
2002-07-17From Joerg Mayer:Guy Harris3-16/+3
2002-07-16From Joerg Mayer: add #includes of "snprintf.h" in modules that usedGuy Harris1-1/+5
2002-07-12From Anand V. Narwani:Guy Harris1-1/+4
2002-06-29From Didier Gautheron:Guy Harris1-3/+3
2002-06-28There are no "ipx.src" or "ipx.dst" filterable fields.Guy Harris1-6/+1
2002-06-28From Hannes Gredler: fix display of OSI system IDs to use a dot ratherGuy Harris1-3/+3
2002-06-28Bump the version up to 0.9.5.Gerald Combs1-2/+2
2002-06-28From Didier Gautheron: move port number from AppleTalk addresses toGuy Harris4-7/+22
2002-06-23Add a routine to "epan/filesystem.c" to test whether a file is a FIFO.Guy Harris2-2/+29
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris9-27/+26
2002-06-19From Joerg Mayer: fix a typo in a comment.Guy Harris1-2/+2
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris5-18/+20
2002-05-18Increment versions to 0.9.4, get NEWS current to April 25 (more NEWS toGerald Combs1-2/+2
2002-05-15Get rid of an assigned-to-but-not-used variable, and eliminate anotherGuy Harris1-8/+2
2002-05-14Fix a compiler warning.Guy Harris1-2/+2
2002-05-14From Ruud Linders: report errors from "g_module_open()".Guy Harris1-3/+9
2002-05-14Make the "-G" flag take an argument. If no arugment is specified, or ifGuy Harris2-8/+33
2002-05-13Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" onlyGuy Harris2-8/+70
2002-05-10Mark an unused argument as such.Guy Harris1-4/+4
2002-05-10Register FT_UINT_BYTES with correct structure.Gilbert Ramirez1-2/+2
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez11-64/+159
2002-05-09Added parsing of PORTMAP GETPORT functions.Ronnie Sahlberg1-2/+2
2002-05-08From Joerg Mayer:Guy Harris1-0/+1
2002-05-05Have "tvb_ensure_length_remaining()" directly callGuy Harris1-11/+8
2002-05-05Make "tvb_ensure_length_remaining()" return a "guint" - it can't returnGuy Harris2-4/+5
2002-05-05Put the pointer to "tcp_dissect_pdus()" in the function pointer tableGuy Harris1-2/+3
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris2-20/+28
2002-04-29Move the code to build the balanced tree of fields into "proto_init()",Guy Harris5-127/+90
2002-04-28Note in a comment that the display filter code has its own mechanism forGuy Harris1-2/+5
2002-04-28Use "format_text()" when setting the display representation of stringGuy Harris1-2/+4
2002-04-28Add routines to create anonymous handles for new-style dissectors (onesGuy Harris2-2/+18
2002-04-24Use "gfloat" and "gdouble", rather than "float" and "double", as theGuy Harris2-20/+18