aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-24Use Ashok's IEEE-float-to-long code as the basis forGuy Harris1-29/+170
2002-04-24Add "stamp-h1", for automake 1.6.1, as per Joerg Mayer's suggestion.Guy Harris1-0/+1
2002-04-20Clean up white space.Guy Harris1-35/+39
2002-04-19proto_registrar_get_nth(hfinfo->id) == hfinfo, so use the latter ratherGuy Harris1-2/+2
2002-04-18From Phil Williams: support for looking up fields by name.Guy Harris2-14/+39
2002-04-18Catch attempts to register ett_ values after the array of "tree isGuy Harris1-1/+11
2002-04-12Add (untested) routines to fetch IEEE single-precision andGuy Harris2-2/+130
2002-04-11Add "-" (hyphen) to the pattern for field-name/non-quoted string.Gilbert Ramirez1-2/+2
2002-04-08Make some variables and functions static.Gilbert Ramirez3-27/+23
2002-04-04Before putting an item into a protocol tree, make sure the item aboveGuy Harris1-17/+32
2002-04-01Start assigning ett_ values at 0, rather than 1; get rid of the reservedGuy Harris2-24/+6
2002-03-29Bump the version to 0.9.3. Update NEWS to be current toGerald Combs1-2/+2
2002-03-28Initialize the fields of "edt->pi" in order - and initialize some fieldsGuy Harris1-15/+15
2002-03-19Allow "proto_item_append_text()" to an item that doesn't have aGuy Harris1-5/+9
2002-03-06tvb_get_nstringz() needs to terminate a string with a NUL if theGilbert Ramirez3-28/+86
2002-03-03Bump the version to 0.9.2. Update NEWS to include everything from February.Gerald Combs1-2/+2
2002-03-03From Heikki Vatiainen: make "get_host_ipaddr()" require dotted-quad IPGuy Harris1-1/+10
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris10-29/+34
2002-02-27Remove unused variables, structure definitions, and functions.Gilbert Ramirez2-65/+23
2002-02-27From Joerg Mayer:Guy Harris4-7/+30
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris2-5/+2
2002-02-27Fix "create_dissector_handle()" to properly create a handle for anGuy Harris1-2/+3
2002-02-26Allow dissectors to be registered as "old-style" or "new-style"Guy Harris2-17/+90
2002-02-25Note that we could save some overhead if we require the name argument toGuy Harris1-1/+6
2002-02-24Get rid of "init_all_protocols()"; instead, have a routineGuy Harris2-7/+18
2002-02-23From John Mackenzie: put missing initializations of table entries inGuy Harris1-4/+20
2002-02-22Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris1-1/+5
2002-02-20Export "conversation_set_dissector()" in the plugin API table.Guy Harris1-3/+6
2002-02-18Have "alloc_field_info()" take a pointer to the field length as anGuy Harris1-33/+56
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris8-45/+100
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris2-11/+8
2002-02-15Comment-out FT_UCS2_LE, and remove the already commented-out FT_TEXT_ONLY.Gilbert Ramirez1-4/+2
2002-02-11dissect_frame() can throw a ReportedBoundsError; catch it inGilbert Ramirez1-4/+9
2002-02-06Old-style (non-tvbuffified) dissectors haven't been supported sinceGuy Harris1-2/+1
2002-02-05"log" is a name that belongs to the ANSI C89 standard; it refers to aGuy Harris7-54/+56
2002-02-05The typedef in "epan/value_string.h" declares "value_string" to be aGuy Harris1-4/+4
2002-02-02Update version to 0.9.1. Add NEWS entries for 0.9.1 changes.Gerald Combs1-2/+2
2002-02-02Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris1-1/+4
2002-02-01Squelch a GCC warning.Guy Harris1-1/+2
2002-02-01Provide tvb_ensure_length_remaining(), which is likeGilbert Ramirez3-5/+30
2002-01-31There's no need to dynamically allocate the string buffer inGuy Harris1-7/+4
2002-01-31Don't include "inet_v6defs.h" in "column-utils.c"; nothing from it isGuy Harris1-11/+9
2002-01-30Remove the "--without-gcc" option - it doesn't work with the Sun,Guy Harris1-6/+1
2002-01-30Add a "--without-gcc" option, similar to what tcpdump and libpcap have.Guy Harris1-1/+6
2002-01-30Try defining just _USE_XOPEN and see if that gets "strptime()" declaredGuy Harris1-16/+1