aboutsummaryrefslogtreecommitdiffstats
path: root/epan
Commit message (Expand)AuthorAgeFilesLines
* Use -1 rather than 0 as the SCAN_FAILED return value from the lexicalGuy Harris2004-02-113-9/+31
* Make an existence test of an arbitrary entity syntactically valid, butGuy Harris2004-02-112-5/+45
* Forgot *.laJörg Mayer2004-02-092-8/+10
* Ignore shared dll stuffJörg Mayer2004-02-092-0/+4
* Move -pedandic & co back into extra-flags (prepare for dissectors moving to e...Jörg Mayer2004-02-081-3/+3
* Don't build as shared *and* static by defaultJörg Mayer2004-02-071-1/+3
* Ignore byproducts of shared lib compilationJörg Mayer2004-02-071-0/+2
* Add new col_append methods which will prepend the (format) string with theOlivier Biot2004-02-052-2/+54
* We can't test the GTK+ version in dissectors or libethereal code, asGuy Harris2004-02-051-2/+6
* Cast the result of "tvb_get_ptr()" to squelch a compiler warning.Guy Harris2004-02-011-2/+2
* Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as theGuy Harris2004-02-012-8/+8
* packet-dcerpc-afs4int.cJörg Mayer2004-02-013-8/+8
* Add consts to fix 'cast discards qualifiers from pointer target type'Jörg Mayer2004-02-011-3/+3
* signed/unsigend warning fixesJörg Mayer2004-02-013-5/+6
* Fix some pointer typesJörg Mayer2004-02-011-10/+10
* Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris2004-01-313-7/+8
* Clean up whitespace, and use "%u" to print unsigned quantities.Guy Harris2004-01-291-15/+13
* Fix 'warning: cast discards qualifiers from pointer target type' by removing ...Jörg Mayer2004-01-251-5/+5
* Remove the cast again and do the proper fix (add right type to union)Jörg Mayer2004-01-252-4/+5
* Add a cast to avoid a signedness warningJörg Mayer2004-01-251-2/+2
* Change the first arg to hex_str_to_bytes from guchar* -> char*Jörg Mayer2004-01-252-4/+4
* The octets in an ip address are unsignedJörg Mayer2004-01-251-2/+2
* As with "cf_open_error_message()"/"file_open_error_message()", so withGuy Harris2004-01-242-4/+55
* Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris2004-01-242-3/+47
* Change return type of tvb_format_text from guint8* to gchar*.Jörg Mayer2004-01-232-4/+4
* epan don't need GTK_CFLAGS as GTK isn't used,Ulf Lamping2004-01-223-6/+6
* Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c", asGuy Harris2004-01-191-8/+8
* move timestamp format options from "View->Options" dialog intoUlf Lamping2004-01-192-18/+14
* Warning fix when compiling with -strict-prototypesJörg Mayer2004-01-181-3/+3
* Replace guchar * with gchar * and get rid of many signedness warnings.Olivier Biot2004-01-102-42/+42
* Add -Wbad-function-cast to extra gcc flags.Olivier Biot2004-01-101-2/+2
* Remove a C++ style commentJörg Mayer2004-01-101-2/+1
* to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do the sameJörg Mayer2004-01-101-2/+2
* Fix the "unmarking a packet matching a color filter does not apply the colorOlivier Biot2004-01-091-1/+15
* Fix a typo.Guy Harris2004-01-091-2/+2
* Fix a comment.Guy Harris2004-01-091-3/+3
* Don't assert that quoted_string be NULL; it can be non-NULL ifGilbert Ramirez2004-01-071-2/+11
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-2/+2
* Bugfix from Lars Roland: included missing xdlc.hUlf Lamping2004-01-051-1/+2
* Apply the patches from Tadaaki Nagao for a global version of disabledRichard Sharpe2004-01-032-12/+12
* Add support of contains operator in slices.Olivier Biot2004-01-011-3/+18
* Add support of contains and matches operators on slices.Olivier Biot2004-01-011-6/+33
* Add a "saved_can_desegment" field to the "packet_info" structure, soGuy Harris2003-12-292-9/+30
* "hex_str_to_bytes()" modifies the GByteArray supplied to it, so don'tGuy Harris2003-12-292-4/+4
* Pull most of bytes_from_unparsed() into a new routine,Gerald Combs2003-12-293-86/+98
* In "alloc_field_info()", handle the case where the offset is past theGuy Harris2003-12-241-1/+20
* In "tvb_ensure_bytes_remaining()", throw ReportedBoundsError, notGuy Harris2003-12-241-2/+2
* Add -pedantic to --with-extra-gcc-checksJörg Mayer2003-12-241-2/+2
* Let FT_PROTOCOL fields, if the length specified is -1, have a length ofGuy Harris2003-12-241-1/+4
* Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orGuy Harris2003-12-241-7/+7