aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-02-09Forgot *.laJörg Mayer2-8/+10
2004-02-09Ignore shared dll stuffJörg Mayer2-0/+4
2004-02-08Move -pedandic & co back into extra-flags (prepare for dissectors moving to e...Jörg Mayer1-3/+3
2004-02-07Don't build as shared *and* static by defaultJörg Mayer1-1/+3
2004-02-07Ignore byproducts of shared lib compilationJörg Mayer1-0/+2
2004-02-05Add new col_append methods which will prepend the (format) string with theOlivier Biot2-2/+54
2004-02-05We can't test the GTK+ version in dissectors or libethereal code, asGuy Harris1-2/+6
2004-02-01Cast the result of "tvb_get_ptr()" to squelch a compiler warning.Guy Harris1-2/+2
2004-02-01Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as theGuy Harris2-8/+8
2004-02-01packet-dcerpc-afs4int.cJörg Mayer3-8/+8
2004-02-01Add consts to fix 'cast discards qualifiers from pointer target type'Jörg Mayer1-3/+3
2004-02-01signed/unsigend warning fixesJörg Mayer3-5/+6
2004-02-01Fix some pointer typesJörg Mayer1-10/+10
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris3-7/+8
2004-01-29Clean up whitespace, and use "%u" to print unsigned quantities.Guy Harris1-15/+13
2004-01-25Fix 'warning: cast discards qualifiers from pointer target type' by removing ...Jörg Mayer1-5/+5
2004-01-25Remove the cast again and do the proper fix (add right type to union)Jörg Mayer2-4/+5
2004-01-25Add a cast to avoid a signedness warningJörg Mayer1-2/+2
2004-01-25Change the first arg to hex_str_to_bytes from guchar* -> char*Jörg Mayer2-4/+4
2004-01-25The octets in an ip address are unsignedJörg Mayer1-2/+2
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withGuy Harris2-4/+55
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris2-3/+47
2004-01-23Change return type of tvb_format_text from guint8* to gchar*.Jörg Mayer2-4/+4
2004-01-22epan don't need GTK_CFLAGS as GTK isn't used,Ulf Lamping3-6/+6
2004-01-19Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c", asGuy Harris1-8/+8
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping2-18/+14
2004-01-18Warning fix when compiling with -strict-prototypesJörg Mayer1-3/+3
2004-01-10Replace guchar * with gchar * and get rid of many signedness warnings.Olivier Biot2-42/+42
2004-01-10Add -Wbad-function-cast to extra gcc flags.Olivier Biot1-2/+2
2004-01-10Remove a C++ style commentJörg Mayer1-2/+1
2004-01-10to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do the sameJörg Mayer1-2/+2
2004-01-09Fix the "unmarking a packet matching a color filter does not apply the colorOlivier Biot1-1/+15
2004-01-09Fix a typo.Guy Harris1-2/+2
2004-01-09Fix a comment.Guy Harris1-3/+3
2004-01-07Don't assert that quoted_string be NULL; it can be non-NULL ifGilbert Ramirez1-2/+11
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2004-01-05Bugfix from Lars Roland: included missing xdlc.hUlf Lamping1-1/+2
2004-01-03Apply the patches from Tadaaki Nagao for a global version of disabledRichard Sharpe2-12/+12
2004-01-01Add support of contains operator in slices.Olivier Biot1-3/+18
2004-01-01Add support of contains and matches operators on slices.Olivier Biot1-6/+33
2003-12-29Add a "saved_can_desegment" field to the "packet_info" structure, soGuy Harris2-9/+30
2003-12-29"hex_str_to_bytes()" modifies the GByteArray supplied to it, so don'tGuy Harris2-4/+4
2003-12-29Pull most of bytes_from_unparsed() into a new routine,Gerald Combs3-86/+98
2003-12-24In "alloc_field_info()", handle the case where the offset is past theGuy Harris1-1/+20
2003-12-24In "tvb_ensure_bytes_remaining()", throw ReportedBoundsError, notGuy Harris1-2/+2
2003-12-24Add -pedantic to --with-extra-gcc-checksJörg Mayer1-2/+2
2003-12-24Let FT_PROTOCOL fields, if the length specified is -1, have a length ofGuy Harris1-1/+4
2003-12-24Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orGuy Harris1-7/+7
2003-12-23Have "tvb_ensure_length_remaining()" throw the appropriate exception ifGuy Harris1-1/+12
2003-12-23Move the GSM SMS dissection to a dedicated subdissector (currently still withinOlivier Biot1-2/+3