aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesguy4-8/+86
2004-03-23From Yuri Sidelnikov: FTAM support.guy1-1/+2
2004-03-23Use "tvb_format_text()" to display strings, so we handle non-printableguy2-2/+32
2004-03-23From Jelmer Vernooij: split the AIM dissector into multiple files, andguy1-1/+20
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.guy3-6/+13
2004-03-22Add Makefile.common to the distribution.gerald1-1/+2
2004-03-22From Lars Roland: Fix a couple of MSVC build problems.gerald1-24/+9
2004-03-22Bump the version up to 0.10.3.gerald1-2/+2
2004-03-21add support for dissecting multicast sync packets for Linux IPVSnneul1-1/+2
2004-03-20Workaround for (at least) some RedHat platforms:jmayer1-1/+11
2004-03-20Make "timestamp_type" static, as all access to it should be through theguy1-2/+2
2004-03-19From Michael Lum:guy1-1/+2
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorobiot1-0/+43
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorobiot4-6/+9
2004-03-18From Josh Bailey: IPDC support.guy1-1/+2
2004-03-17Experimental Heimdal Kerberos detection.jmayer2-2/+156
2004-03-17Add new docsis files for static build. This is currently necessary andjmayer1-2/+4
2004-03-16From metatech: IBM WebSphere MQ protocol support.guy1-1/+2
2004-03-13Make libethereal and libwiretap shared libs.jmayer4-25/+18
2004-03-12Add cvsversion.h, x11-declarations.h, and x11-register-info.h togerald1-4/+6
2004-03-11Add support for DLT_ value 99, as used by the Axent Raptorguy1-1/+2
2004-03-06Add routines to process IPv{4,6}-address-and-prefix-length pairs,guy4-3/+127
2004-03-05From Ryuji Somegawa: CDMA2000 A11 support.guy1-1/+2
2004-03-05From Anders Broman: add a dissector for E.164 numbers, and use it in theguy1-1/+2
2004-03-04Update x11 includesjmayer1-0/+2
2004-03-04Check for PERL in epan/configure.injmayer2-3/+7
2004-03-04Move the x11 generation into epan.jmayer1-1/+7
2004-03-04From Tomas Kukosa: add packet-ber.c routines to the plugin API.guy1-1/+2
2004-03-04Get rid of an out-of-date comment.guy1-12/+3
2004-03-03Jeff Morriss: Remove packet-ncp2222.c during maintainer-cleanjmayer1-2/+3
2004-03-03Require autoconf 2.53 and automake 1.6jmayer1-2/+2
2004-03-03Jeff Morriss: Move generation of packet-ncp2222.c to epan to make things work...jmayer1-1/+3
2004-03-02Jeff Morriss: Add PYTHON to epans configurejmayer1-1/+3
2004-03-02from Lars Roland: fix Makefiles.nmake after changes from Joergulfl1-12/+24
2004-03-02The sources of the plugin are now in ../oldpath/file.cjmayer1-39/+39
2004-03-02Move register.c from from DISSECTOR_SRC to DISSECTOR_SUPPORT_SRC to avoid a c...jmayer1-2/+2
2004-03-02Move the dissectors into libethereal (no static/shared lib changes):jmayer4-5/+656
2004-03-01Remove some obsolete _static filesjmayer1-0/+1
2004-02-29From Jeff Morriss:guy2-3/+11
2004-02-28Not all dissector handles have protocols associated with them; check forguy1-3/+23
2004-02-27First attempt at "bitwise AND" display filter operator.obiot20-30/+185
2004-02-24with the cahnges to when to call the heuristic dissectorsahlberg1-3/+1
2004-02-23Bump the version to 0.10.2gerald1-2/+2
2004-02-22From Peter J. Creath: add a convenience macro for value_string tablesguy1-1/+4
2004-02-22If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,gram2-6/+25
2004-02-21Include "report_err.h" to declare "report_open_failure()" andguy1-1/+2
2004-02-19Constify a bunch of stuff.guy2-27/+35
2004-02-19Bump the version to 0.10.1.gerald1-2/+2
2004-02-13As noted by Pavel Kankovsky, the "Resolve Name" menu items should beguy1-1/+3
2004-02-11Use -1 rather than 0 as the SCAN_FAILED return value from the lexicalguy3-9/+31