aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2003-06-02Add GNU ADNS to the Windows build environment. A precompiled DLL can beGerald Combs2-2/+7
2003-05-23Add an API to get the dissector name from a dissector handle.Guy Harris2-3/+13
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs3-21/+30
2003-05-15From Richard Urwin:Guy Harris3-7/+36
2003-05-05Declare "host_name_lookup_process()" regardless of whether HAVE_GNU_ADNSGuy Harris1-11/+9
2003-05-05Provide stub versions of "host_name_lookup_init()",Guy Harris2-6/+23
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs5-12/+205
2003-05-03Add a note about the "val_to_string_repr" and "string_repr_len" forGuy Harris1-1/+24
2003-05-03Rename "proto_alloc_dfilter_string()" toGuy Harris2-26/+109
2003-05-01From Matthijs Melchior: don't export functions also implemented asGuy Harris1-5/+3
2003-05-01From Lars Roland: set "patable.p_asn1_string_decode" to point toGuy Harris1-2/+2
2003-05-01Bump the version number to 0.9.12. Make NEWS and ChangeLog current.Gerald Combs1-2/+2
2003-04-30The typedefs in plugins/plugin_table.h must have "addr_" in front of theGuy Harris1-2/+1
2003-04-30From Matthijs Melchior: export the exception mechanism routines toGuy Harris1-1/+17
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs2-32/+32
2003-04-29Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris3-4/+33
2003-04-28Fix several buffer and integer overflow issues discovered by Timo Sirainen.Gerald Combs1-12/+22
2003-04-24From Matthijs Melchior: add the ASN.1 routines to the table of routinesGuy Harris1-1/+27
2003-04-23Update to TCP to handle hints from dissectors where the next PDU may start.Ronnie Sahlberg2-3/+33
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris3-18/+26
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris4-34/+139
2003-04-08Add "proto_tree_add_none_format()" to the set of functions exported toGuy Harris1-1/+2
2003-03-26Put in a comment about the "to what code does the configuration fileGuy Harris1-1/+22
2003-03-25Fix up a comment.Guy Harris1-2/+2
2003-03-25Use "datafiledir" rather than "DATAFILE_DIR" as the name of the variableGuy Harris1-6/+5
2003-03-11Bump the version to 0.9.11. Let's hope the goat's blood and hastily carvedGerald Combs1-2/+2
2003-03-06From Lars Ronald :Ronnie Sahlberg1-2/+6
2003-03-04Bump the version to 0.9.10.Gerald Combs1-2/+2
2003-03-01Completely initialize all the address fields in a packet_info structure,Guy Harris1-1/+13
2003-02-28Assume all AT_NONE addresses are the same, as they have no address dataGuy Harris1-5/+15
2003-02-28Fixes for a couple of problems, from Albert Chin:Guy Harris2-9/+32
2003-02-27From Didier Gautheron: provide a mechanism to indicate why reassemblyGuy Harris2-2/+4
2003-02-26From Pavel Roskin:Guy Harris2-40/+8
2003-02-24Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,Guy Harris2-2/+44
2003-02-12Make the argument to "abs_time_secs_to_str()" a "time_t" - it's in ANSIGuy Harris2-4/+4
2003-02-11Add a "abs_time_secs_to_str()" routine that takes a UNIX time-since-the-Guy Harris2-12/+41
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez12-86/+183
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2-9/+3
2003-01-30AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case aJörg Mayer1-3/+3
2003-01-28Thou shalt not cast pointers of unknown alignment to pointers toGuy Harris1-10/+7
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel4-7/+7
2003-01-22From Dinesh Dutt:Guy Harris4-4/+33
2003-01-21Fix a typo.Gerald Combs1-2/+2
2003-01-21From Brian Ginsbach: symbolic names for Fibre Channel Network AddressGuy Harris1-6/+24
2003-01-21Bump the version to 0.9.9. Update the NEWS and ChangeLog files.Gerald Combs1-2/+2
2003-01-20Move into "call_dissector_work()" the stuff to handle dissecting, inGuy Harris1-12/+110
2003-01-09Use "plugindir", not "PLUGIN_DIR", as the variable name in the configureGuy Harris1-2/+2
2003-01-06pointer spells with an oJörg Mayer1-3/+2
2003-01-06Update DCERPC so that for (NTLMSSP) PDUs that have been decryptedRonnie Sahlberg1-1/+3
2002-12-31From Ronald Henderson: make "format_text()", on Windows, escape allGuy Harris1-3/+15