aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-01-12don't use two variables for keeping the current ringbuffer file numberUlf Lamping1-5/+6
2005-01-12cleanup old files before generating xyzzy target (it drove me almost crazy to...Ulf Lamping2-2/+9
2005-01-12performance improvement: Ulf Lamping1-44/+68
2005-01-12add new function dissect_dcerpc_uuid_t and let dissect_ndr_uuid_t call itUlf Lamping4-78/+60
2005-01-12clarify text and describe libethereal.defUlf Lamping1-1/+10
2005-01-12From Tomer Shani :register_dissector callAnders Broman1-1/+3
2005-01-11Improve the error reporting.Guy Harris1-14/+26
2005-01-10Add a "hex_str_to_bytes()" routineTomas Kukosa1-0/+1
2005-01-10One more patch for mate:Lars Roland6-192/+111
2005-01-10From Luis Ontanon:Lars Roland1-0/+9
2005-01-09From Deepak Jain: L2TP v3 (draft 15) support.Guy Harris4-638/+1208
2005-01-09Properly declare "dissect_h245()" and "dissect_h245_h245()" as returningGuy Harris3-5/+9
2005-01-08From Luis Ontanon: if new ett values are registered after theGuy Harris1-7/+16
2005-01-08Get rid of some of the boilerplate comments from the sample dissector,Guy Harris1-8/+3
2005-01-08Fix svn file propertiesLars Roland0-0/+0
2005-01-08Reinsert dissection of h450 messagesAnders Broman1-5/+22
2005-01-08Add a dissector for RTP payload AMR RFC 3267Anders Broman2-0/+256
2005-01-08Generate "conversations" code correctly, adaptions to changes in asn2eth gene...Anders Broman3-478/+530
2005-01-08Generate "conversations" code correctly, adaptions to changes in asn2eth gene...Anders Broman2-20/+25
2005-01-08Fixa a typoAnders Broman1-2/+2
2005-01-07Fix the signature of proto_register_subtree_array().Guy Harris1-2/+2
2005-01-07Fix the signature of proto_register_subtree_array().Guy Harris1-1/+1
2005-01-07Use BASE_NONE, not FT_NONE, for the "base" value of an FT_STRING field.Guy Harris1-1/+1
2005-01-07Get rid of duplicate "element signature" field.Guy Harris1-65/+39
2005-01-07From Luis Ontanon:Lars Roland6-150/+144
2005-01-07Define data_handle at startup.Gerald Combs1-0/+2
2005-01-07From Thomas Boehne: fix a call to use errmsg_len rather than sizeofGuy Harris1-1/+1
2005-01-07From Mike Duigou: JXTA protocol support.Guy Harris3-1/+552
2005-01-07Constify a pointer, so that the array of pointers to ett_ values can beGuy Harris2-3/+3
2005-01-07Doxygen cleanups, from Mike Duigou.Guy Harris2-47/+59
2005-01-07Grammar and typo fix from Mike Duigou.Guy Harris1-2/+2
2005-01-07Include <epan/address.h>, as per a suggestion by Thomas Boehne - not allGuy Harris1-0/+2
2005-01-07From Carlos Pignataro:Guy Harris3-1/+217
2005-01-07Put back the declaration of hostspath on Windows.Guy Harris1-0/+1
2005-01-07From Chris Maynard: free strings fetched with "tvb_get_string()" whenGuy Harris1-0/+2
2005-01-07From Chris Maynard: free strings fetched with "tvb_fake_unicode()" whenGuy Harris1-1/+5
2005-01-07From Chris Maynard: free mallocated strings when we're done with them. Guy Harris1-20/+20
2005-01-07Move the open and close of the hosts file into "read_hosts_file()".Guy Harris1-18/+42
2005-01-07From Chris Maynard: free strings fetched with "tvb_get_string()".Guy Harris1-184/+333
2005-01-07Check return value of getenv(). Lars Roland1-3/+7
2005-01-06From Luis Ontanon:Lars Roland5-8/+9
2005-01-06From Luis Ontanon:Lars Roland4-49/+85
2005-01-06Add a dissector to handle IEEE 802a's OUI Extended Ethertype; dissectorsGuy Harris5-0/+234
2005-01-06Handle the case where nobody registers any OUIs and oui_info_table isGuy Harris1-3/+6
2005-01-05From Chris Maynard: catch a case where a string allocated withGuy Harris1-1/+1
2005-01-05Use tvb_format_text() with %s format items, to handle non-printableGuy Harris1-5/+5
2005-01-05From Chris Maynard: don't extract strings with "tvb_get_string()" ifGuy Harris1-6/+8
2005-01-05From Chris Maynard: free strings allocated by "tvb_get_string()" afterGuy Harris1-0/+1
2005-01-05From Chris Maynard: free strings allocated by "tvb_fake_unicode()" afterGuy Harris1-0/+1
2005-01-05From Chris Maynard: free mallocated data.Guy Harris1-5/+14