aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Ashok's IEEE-float-to-long code as the basis forGuy Harris2002-04-241-29/+170
* Add "stamp-h1", for automake 1.6.1, as per Joerg Mayer's suggestion.Guy Harris2002-04-241-0/+1
* Clean up white space.Guy Harris2002-04-201-35/+39
* proto_registrar_get_nth(hfinfo->id) == hfinfo, so use the latter ratherGuy Harris2002-04-191-2/+2
* From Phil Williams: support for looking up fields by name.Guy Harris2002-04-182-14/+39
* Catch attempts to register ett_ values after the array of "tree isGuy Harris2002-04-181-1/+11
* Add (untested) routines to fetch IEEE single-precision andGuy Harris2002-04-122-2/+130
* Add "-" (hyphen) to the pattern for field-name/non-quoted string.Gilbert Ramirez2002-04-111-2/+2
* Make some variables and functions static.Gilbert Ramirez2002-04-083-27/+23
* Before putting an item into a protocol tree, make sure the item aboveGuy Harris2002-04-041-17/+32
* Start assigning ett_ values at 0, rather than 1; get rid of the reservedGuy Harris2002-04-012-24/+6
* Bump the version to 0.9.3. Update NEWS to be current toGerald Combs2002-03-291-2/+2
* Initialize the fields of "edt->pi" in order - and initialize some fieldsGuy Harris2002-03-281-15/+15
* Allow "proto_item_append_text()" to an item that doesn't have aGuy Harris2002-03-191-5/+9
* tvb_get_nstringz() needs to terminate a string with a NUL if theGilbert Ramirez2002-03-063-28/+86
* Bump the version to 0.9.2. Update NEWS to include everything from February.Gerald Combs2002-03-031-2/+2
* From Heikki Vatiainen: make "get_host_ipaddr()" require dotted-quad IPGuy Harris2002-03-031-1/+10
* From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris2002-03-0210-29/+34
* Remove unused variables, structure definitions, and functions.Gilbert Ramirez2002-02-272-65/+23
* From Joerg Mayer:Guy Harris2002-02-274-7/+30
* From Joerg Mayer: remove unused variables and declarations ofGuy Harris2002-02-272-5/+2