aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-05-10prepared for generate documentation using doxygen,Ulf Lamping1-165/+565
2004-05-10From Jerry Talkington: speed up tvb_uncompress() by increasing the minimalOlivier Biot1-17/+69
2004-05-10use GNUC_FORMAT_CHECK in every appropriate functionUlf Lamping1-124/+23
2004-05-10first try to get rid of annoying double definition of the proto_tree_add_xy_f...Ulf Lamping1-9/+8
2004-05-09From Lars Roland: fix some MSVC build problems.Guy Harris2-3/+2
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris8-25/+540
2004-05-09added changed some comments to better reflect current "behaviour"Ulf Lamping1-18/+19
2004-05-09From Graeme Hewson:Guy Harris1-7/+9
2004-05-09From Graeme Hewson:Guy Harris1-2/+2
2004-05-09From Graeme Hewson:Guy Harris1-2/+17
2004-05-08From Graeme Hewson: get rid of unnecessary check (it's necessary forGuy Harris1-7/+1
2004-05-08Don't try to include epan/config.h.win32 in the distribution.Gerald Combs1-2/+1
2004-05-08Add the valuable input from Gilbert Ramirez in reply to questions I had whenOlivier Biot1-1/+68
2004-05-08From Rich Coe: DICOM support.Guy Harris1-1/+2
2004-05-07Memory management of tvb_uncompress() needs tvb_set_free_cb().Olivier Biot1-1/+2
2004-05-07did some code cleanup, added some comments from value_string.cUlf Lamping1-5/+16
2004-05-06Get rid of epan/config.h.win32.Olivier Biot1-111/+0
2004-05-06Get rid of epan/config.h.win32.Olivier Biot2-17/+16
2004-05-06From Kendy Kutzner: a char should be compared with '\0', not NULL.Olivier Biot1-3/+3
2004-05-05From Jerry Talkington:Olivier Biot2-2/+252
2004-05-02Make sure the character values we pass to "isprint()" aren'tGuy Harris1-4/+4
2004-05-01GLib 1.2[.x]'s "g_string_free()" doesn't return a value.Guy Harris1-1/+13
2004-05-01From metatech:Guy Harris1-1/+2
2004-05-01Add an XML escaping routine: xml_escape()Olivier Biot2-2/+42
2004-05-01Squelch a compiler warning (extraneous extern on struct).Olivier Biot1-6/+10
2004-05-01prevent null pointer exceptionUlf Lamping1-5/+5
2004-05-01add PROTO_ITEM_SET_HIDDEN() and PROTO_ITEM_SET_GENERATED(),Ulf Lamping2-70/+83
2004-04-30Add a generic media dissector. The dissectors trying to find a suitableOlivier Biot1-1/+2
2004-04-30removed unused thingsUlf Lamping2-10/+2
2004-04-29From JBMRonnie Sahlberg1-1/+2
2004-04-26When producing a display-filter representation of an FT_STRING*, representGilbert Ramirez1-7/+33
2004-04-25Add support for flex 2.5.31.Gilbert Ramirez1-1/+2
2004-04-23added a byte count output to the packet details notebook tabsUlf Lamping1-2/+2
2004-04-21From Michael Lum:Guy Harris1-1/+2
2004-04-20From metatech: basic BEA Tuxedo protocol support.Guy Harris1-1/+2
2004-04-17From Lukas Pokorny: RTPS (Real-Time Publish-Subscribe) support.Guy Harris1-1/+2
2004-04-16Add a "report_failure()" routine to allow dissectors to report arbitraryGuy Harris3-4/+30
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBOlivier Biot1-1/+3
2004-04-13From Christian Falckenberg: GPRS SNDCP support.Guy Harris1-1/+2
2004-04-13From Josef Korelus: GPRS LLC support.Guy Harris1-1/+2
2004-04-02From Olivier Biot: support AT_STRINGZ columns.Guy Harris1-4/+25
2004-03-31No longer needed after merging epan/configure.in into configure.inJörg Mayer2-827/+0
2004-03-27From Michael Lum:Guy Harris1-1/+2
2004-03-25From Tomas Kukosa: add APIs to get the parent of a protocol tree itemGuy Harris2-2/+28
2004-03-25From Tomas Kukosa: BER dissector enhancements and proto.c updates toGuy Harris2-2/+27
2004-03-24Fix the CLEANFILES target so both static and shared libraries are cleaned.Olivier Biot3-3/+6
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris4-8/+86
2004-03-23From Yuri Sidelnikov: FTAM support.Guy Harris1-1/+2
2004-03-23Use "tvb_format_text()" to display strings, so we handle non-printableGuy Harris2-2/+32
2004-03-23From Jelmer Vernooij: split the AIM dissector into multiple files, andGuy Harris1-1/+20