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