aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2003-05-05Declare "host_name_lookup_process()" regardless of whether HAVE_GNU_ADNSguy1-11/+9
2003-05-05Provide stub versions of "host_name_lookup_init()",guy2-6/+23
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.gerald5-12/+205
2003-05-03Add a note about the "val_to_string_repr" and "string_repr_len" forguy1-1/+24
2003-05-03Rename "proto_alloc_dfilter_string()" toguy2-26/+109
2003-05-01From Matthijs Melchior: don't export functions also implemented asguy1-5/+3
2003-05-01From Lars Roland: set "patable.p_asn1_string_decode" to point toguy1-2/+2
2003-05-01Bump the version number to 0.9.12. Make NEWS and ChangeLog current.gerald1-2/+2
2003-04-30The typedefs in plugins/plugin_table.h must have "addr_" in front of theguy1-2/+1
2003-04-30From Matthijs Melchior: export the exception mechanism routines toguy1-1/+17
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesgerald2-32/+32
2003-04-29Add a "proto_item_set_end()" routine that sets the length of an itemguy3-4/+33
2003-04-28Fix several buffer and integer overflow issues discovered by Timo Sirainen.gerald1-12/+22
2003-04-24From Matthijs Melchior: add the ASN.1 routines to the table of routinesguy1-1/+27
2003-04-23Update to TCP to handle hints from dissectors where the next PDU may start.sahlberg2-3/+33
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoguy3-18/+26
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceguy4-34/+139
2003-04-08Add "proto_tree_add_none_format()" to the set of functions exported toguy1-1/+2
2003-03-26Put in a comment about the "to what code does the configuration fileguy1-1/+22
2003-03-25Fix up a comment.guy1-2/+2
2003-03-25Use "datafiledir" rather than "DATAFILE_DIR" as the name of the variableguy1-6/+5
2003-03-11Bump the version to 0.9.11. Let's hope the goat's blood and hastily carvedgerald1-2/+2
2003-03-06From Lars Ronald :sahlberg1-2/+6
2003-03-04Bump the version to 0.9.10.gerald1-2/+2
2003-03-01Completely initialize all the address fields in a packet_info structure,guy1-1/+13
2003-02-28Assume all AT_NONE addresses are the same, as they have no address dataguy1-5/+15
2003-02-28Fixes for a couple of problems, from Albert Chin:guy2-9/+32
2003-02-27From Didier Gautheron: provide a mechanism to indicate why reassemblyguy2-2/+4
2003-02-26From Pavel Roskin:guy2-40/+8
2003-02-24Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,guy2-2/+44
2003-02-12Make the argument to "abs_time_secs_to_str()" a "time_t" - it's in ANSIguy2-4/+4
2003-02-11Add a "abs_time_secs_to_str()" routine that takes a UNIX time-since-the-guy2-12/+41
2003-02-08Provide a way for ftype modules to provide a string representationgram12-86/+183
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedguy2-9/+3
2003-01-30AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case ajmayer1-3/+3
2003-01-28Thou shalt not cast pointers of unknown alignment to pointers toguy1-10/+7
2003-01-26Update my email address in various places since my old one no longer worksdeniel4-7/+7
2003-01-22From Dinesh Dutt:guy4-4/+33
2003-01-21Fix a typo.gerald1-2/+2
2003-01-21From Brian Ginsbach: symbolic names for Fibre Channel Network Addressguy1-6/+24
2003-01-21Bump the version to 0.9.9. Update the NEWS and ChangeLog files.gerald1-2/+2
2003-01-20Move into "call_dissector_work()" the stuff to handle dissecting, inguy1-12/+110
2003-01-09Use "plugindir", not "PLUGIN_DIR", as the variable name in the configureguy1-2/+2
2003-01-06pointer spells with an ojmayer1-3/+2
2003-01-06Update DCERPC so that for (NTLMSSP) PDUs that have been decryptedsahlberg1-1/+3
2002-12-31From Ronald Henderson: make "format_text()", on Windows, escape allguy1-3/+15
2002-12-31From Ronald Henderson: fix up "snprintf()" and "vsnprintf()" calls inguy1-27/+91
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedguy4-80/+139
2002-12-10Fix the formal argument list to "bytestring_to_str()" to match theguy1-8/+14
2002-12-10Add a new type of column for the circuit ID (Frame Relay DLCI, ISDNguy2-18/+103