aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2003-11-22As per Guys suggestion, continue optimizing proto.c to macroize itRonnie Sahlberg1-50/+37
2003-11-21From Olivier Biot:Guy Harris2-2/+13
2003-11-21Performance fixRonnie Sahlberg2-16/+35
2003-11-20From Hannes Gredler: "print_system_id()" should callGuy Harris1-2/+2
2003-11-20Use "tvb_get_string()" in "proto_tree_set_string_tvb()" - it won't leakGuy Harris1-4/+2
2003-11-20On Mac OS X, disable the alarm/longjmp stuff for timing out nameGuy Harris1-2/+15
2003-11-18From Tomas Kukosa: add "extern"s so that the plugin API stuff works.Guy Harris1-3/+3
2003-11-18From Olivier Biot: add a "--enable-profile-build" flag to request thatGuy Harris1-1/+17
2003-11-17updates to ip_to_str[_buf]() to make them faster.Ronnie Sahlberg1-39/+79
2003-11-16Export "protocol_t" as an opaque type.Guy Harris3-48/+55
2003-11-13Require that field names contain only alphanumerics, "-", "_", and ".".Guy Harris1-1/+10
2003-11-03Use "g_get_tmp_dir()" to get the pathname of the temporary fileGuy Harris1-15/+6
2003-11-03Make get_tempfile_path() work like get_datafile_path(), which removesGerald Combs1-6/+8
2003-11-02Bump the version number to 0.9.16.Gerald Combs1-2/+2
2003-11-02From Gisle Vanem:Gerald Combs2-2/+34
2003-10-30From Dinesh Dutt:Guy Harris1-3/+14
2003-10-29Make the "fvalue_set" methods for types whose value is allocated freeGuy Harris5-7/+65
2003-10-27Allow + and , in unparsed strings, so that you can use + as a sign in aGuy Harris1-2/+2
2003-10-23Add a new EXCEPT_CODE macro to get the exception code for the currentGuy Harris1-0/+2
2003-10-21Catch exceptions when dissecting a verifier, so we still dissect theGuy Harris1-2/+1
2003-10-14From Matthias Melchior: parenthesize check for RESOLV_CONCURRENT.Guy Harris1-2/+2
2003-10-13From Ulf Lamping: add some missing "cd .."s. (I guess the currentGuy Harris1-1/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris3-8/+15
2003-10-07Get rid of an out-of-date comment.Guy Harris1-3/+1
2003-10-06When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris1-1/+11
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-2/+2
2003-09-28"compute_offset_length()" must, if it returns FALSE, and "exception" isGuy Harris1-5/+5
2003-09-24From Tomas Kukosa:Guy Harris1-3/+1
2003-09-15From Graeme Hewson:Guy Harris1-1/+3
2003-09-12Added TimeReference frames.Ronnie Sahlberg2-7/+33
2003-09-10Make tvb_find_tvb() return -1 if either tvb length is 0. Otherwise, anGerald Combs1-1/+5
2003-09-10Void functions don't return values.Guy Harris1-2/+2
2003-09-09Add "dissector_get_string_handle()" for string dissector tables, similarGuy Harris2-2/+22
2003-09-08Bump the version to 0.9.15. Update the NEWS and ChangeLog to August 27. MoreGerald Combs1-2/+2
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris2-10/+16
2003-09-06When registering a dissector table, choose what type of hash andGuy Harris2-32/+344
2003-09-03And for Cal,Ronnie Sahlberg3-3/+9
2003-08-27Include <string.h> to get "strlen()" declared.Guy Harris1-1/+2
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez23-76/+396
2003-08-26Fix macro logic to allow classical resolution even if we have HAVE_GNU_ADNSGerald Combs1-3/+2
2003-08-26In "col_set_addr()", don't do anything other than clearing the columnGuy Harris1-1/+3
2003-08-26Use "address_to_str_buf()" to generate column data for non-resolvedGuy Harris1-68/+32
2003-08-26Include "osi-utils.h" to define "print_nsap_net_buf()".Guy Harris1-1/+2
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris9-129/+185
2003-08-25Include the header files required by new APIs in the plugin API table.Guy Harris1-1/+4
2003-08-25From Matthijs Melchior:Guy Harris2-84/+87
2003-08-24Put in some comments about possible future work on "address_to_str()".Guy Harris1-4/+25
2003-08-24Add endpoint talker support for IPXRonnie Sahlberg1-1/+6
2003-08-24Update address_to_str to handle FC and ETH addresses as well.Ronnie Sahlberg1-2/+13
2003-08-24Add a new function address_to_str to to_str.cRonnie Sahlberg2-2/+41