aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2002-05-18Increment versions to 0.9.4, get NEWS current to April 25 (more NEWS togerald1-2/+2
2002-05-15Get rid of an assigned-to-but-not-used variable, and eliminate anotherguy1-8/+2
2002-05-14Fix a compiler warning.guy1-2/+2
2002-05-14From Ruud Linders: report errors from "g_module_open()".guy1-3/+9
2002-05-14Make the "-G" flag take an argument. If no arugment is specified, or ifguy2-8/+33
2002-05-13Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" onlyguy2-8/+70
2002-05-10Mark an unused argument as such.guy1-4/+4
2002-05-10Register FT_UINT_BYTES with correct structure.gram1-2/+2
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.gram11-64/+159
2002-05-09Added parsing of PORTMAP GETPORT functions.sahlberg1-2/+2
2002-05-08From Joerg Mayer:guy1-0/+1
2002-05-05Have "tvb_ensure_length_remaining()" directly callguy1-11/+8
2002-05-05Make "tvb_ensure_length_remaining()" return a "guint" - it can't returnguy2-4/+5
2002-05-05Put the pointer to "tcp_dissect_pdus()" in the function pointer tableguy1-2/+3
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,guy2-20/+28
2002-04-29Move the code to build the balanced tree of fields into "proto_init()",guy5-127/+90
2002-04-28Note in a comment that the display filter code has its own mechanism forguy1-2/+5
2002-04-28Use "format_text()" when setting the display representation of stringguy1-2/+4
2002-04-28Add routines to create anonymous handles for new-style dissectors (onesguy2-2/+18
2002-04-24Use "gfloat" and "gdouble", rather than "float" and "double", as theguy2-20/+18
2002-04-24Use Ashok's IEEE-float-to-long code as the basis forguy1-29/+170
2002-04-24Add "stamp-h1", for automake 1.6.1, as per Joerg Mayer's suggestion.guy1-0/+1
2002-04-20Clean up white space.guy1-35/+39
2002-04-19proto_registrar_get_nth(hfinfo->id) == hfinfo, so use the latter ratherguy1-2/+2
2002-04-18From Phil Williams: support for looking up fields by name.guy2-14/+39
2002-04-18Catch attempts to register ett_ values after the array of "tree isguy1-1/+11
2002-04-12Add (untested) routines to fetch IEEE single-precision andguy2-2/+130
2002-04-11Add "-" (hyphen) to the pattern for field-name/non-quoted string.gram1-2/+2
2002-04-08Make some variables and functions static.gram3-27/+23
2002-04-04Before putting an item into a protocol tree, make sure the item aboveguy1-17/+32
2002-04-01Start assigning ett_ values at 0, rather than 1; get rid of the reservedguy2-24/+6
2002-03-29Bump the version to 0.9.3. Update NEWS to be current togerald1-2/+2
2002-03-28Initialize the fields of "edt->pi" in order - and initialize some fieldsguy1-15/+15
2002-03-19Allow "proto_item_append_text()" to an item that doesn't have aguy1-5/+9
2002-03-06tvb_get_nstringz() needs to terminate a string with a NUL if thegram3-28/+86
2002-03-03Bump the version to 0.9.2. Update NEWS to include everything from February.gerald1-2/+2
2002-03-03From Heikki Vatiainen: make "get_host_ipaddr()" require dotted-quad IPguy1-1/+10
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureguy10-29/+34
2002-02-27Remove unused variables, structure definitions, and functions.gram2-65/+23
2002-02-27From Joerg Mayer:guy4-7/+30
2002-02-27From Joerg Mayer: remove unused variables and declarations ofguy2-5/+2
2002-02-27Fix "create_dissector_handle()" to properly create a handle for anguy1-2/+3
2002-02-26Allow dissectors to be registered as "old-style" or "new-style"guy2-17/+90
2002-02-25Note that we could save some overhead if we require the name argument toguy1-1/+6
2002-02-24Get rid of "init_all_protocols()"; instead, have a routineguy2-7/+18
2002-02-23From John Mackenzie: put missing initializations of table entries inguy1-4/+20
2002-02-22Handle TPKT packets split across segment boundaries, and multiple TPKTguy1-1/+5
2002-02-20Export "conversation_set_dissector()" in the plugin API table.guy1-3/+6
2002-02-18Have "alloc_field_info()" take a pointer to the field length as anguy1-33/+56
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy8-45/+100