aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-11Make an existence test of an arbitrary entity syntactically valid, butguy2-5/+45
2004-02-09Forgot *.lajmayer2-8/+10
2004-02-09Ignore shared dll stuffjmayer2-0/+4
2004-02-08Move -pedandic & co back into extra-flags (prepare for dissectors moving to e...jmayer1-3/+3
2004-02-07Don't build as shared *and* static by defaultjmayer1-1/+3
2004-02-07Ignore byproducts of shared lib compilationjmayer1-0/+2
2004-02-05Add new col_append methods which will prepend the (format) string with theobiot2-2/+54
2004-02-05We can't test the GTK+ version in dissectors or libethereal code, asguy1-2/+6
2004-02-01Cast the result of "tvb_get_ptr()" to squelch a compiler warning.guy1-2/+2
2004-02-01Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as theguy2-8/+8
2004-02-01packet-dcerpc-afs4int.cjmayer3-8/+8
2004-02-01Add consts to fix 'cast discards qualifiers from pointer target type'jmayer1-3/+3
2004-02-01signed/unsigend warning fixesjmayer3-5/+6
2004-02-01Fix some pointer typesjmayer1-10/+10
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromguy3-7/+8
2004-01-29Clean up whitespace, and use "%u" to print unsigned quantities.guy1-15/+13
2004-01-25Fix 'warning: cast discards qualifiers from pointer target type' by removing ...jmayer1-5/+5
2004-01-25Remove the cast again and do the proper fix (add right type to union)jmayer2-4/+5
2004-01-25Add a cast to avoid a signedness warningjmayer1-2/+2
2004-01-25Change the first arg to hex_str_to_bytes from guchar* -> char*jmayer2-4/+4
2004-01-25The octets in an ip address are unsignedjmayer1-2/+2
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withguy2-4/+55
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toguy2-3/+47
2004-01-23Change return type of tvb_format_text from guint8* to gchar*.jmayer2-4/+4
2004-01-22epan don't need GTK_CFLAGS as GTK isn't used,ulfl3-6/+6
2004-01-19Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c", asguy1-8/+8
2004-01-19move timestamp format options from "View->Options" dialog intoulfl2-18/+14