aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix "create_dissector_handle()" to properly create a handle for anGuy Harris2002-02-271-2/+3
* Allow dissectors to be registered as "old-style" or "new-style"Guy Harris2002-02-262-17/+90
* Note that we could save some overhead if we require the name argument toGuy Harris2002-02-251-1/+6
* Get rid of "init_all_protocols()"; instead, have a routineGuy Harris2002-02-242-7/+18
* From John Mackenzie: put missing initializations of table entries inGuy Harris2002-02-231-4/+20
* Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris2002-02-221-1/+5
* Export "conversation_set_dissector()" in the plugin API table.Guy Harris2002-02-201-3/+6
* Have "alloc_field_info()" take a pointer to the field length as anGuy Harris2002-02-181-33/+56
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-188-45/+100