aboutsummaryrefslogtreecommitdiffstats
path: root/epan/print.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-27Fix display of bytes as EBCDICPascal Quantin1-2/+2
2015-10-16print.c: use utf8_entities.hPascal Quantin1-3/+4
2015-09-12Display the name of the invalid field when tshark is run with -T fieldsMatthieu Coudron1-9/+7
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-8/+8
2015-06-24print blank strings in -TfieldsEvan Huus1-1/+1
2015-06-24Remove deprecated tvb_length callsEvan Huus1-5/+5
2015-04-04change several (mutually exclusive) if statements into one big if-elseMartin Kaiser1-8/+4
2015-04-04Coverity 1158848, 1158849 (logically dead code)Martin Kaiser1-13/+12
2015-04-04we may see an empty option string in output_fields_set_option()Martin Kaiser1-1/+1
2015-04-02Fixup our anonsvn URLs.Gerald Combs1-1/+1
2015-03-20Reduce epan dependence on dissectors by having print module "cache" the proto...Michael Mann1-2/+19
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-2/+9
2015-02-14Fix diagnostics macros and squelch a gcc warning.Gerald Combs1-2/+2
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-5/+5
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann1-5/+8
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-2/+2
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-2/+1
2014-12-22print.c: clean up #includesBill Meier1-9/+4
2014-11-29Clean up routine names, don't pass capture_file into libwireshark.Guy Harris1-36/+18
2014-11-22Get rid of another global in the print code.Guy Harris1-5/+5
2014-11-22Get rid of write_headers global variable.Guy Harris1-33/+22
2014-11-22Split the low-level print stream code into a separate file.Guy Harris1-352/+16
2014-11-01print: do not try to add an empty hex stream to PDML output for a text only hfPascal Quantin1-2/+4
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+12
2014-10-06Revert "Qt: Try to fix a Visual C++ encoding warning."Gerald Combs1-1/+1
2014-06-27If we have no fields, don't try to iterate through them.Evan Huus1-0/+4
2014-06-27Check the validity of fields given to tshark with "-e": complain and exit ifJeff Morriss1-0/+26
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-1/+1
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+6
2014-05-19Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann1-48/+21
2014-05-09Revert "Use g_ alloced memory (instead of emem) when printing fields. emem s...Evan Huus1-16/+20
2014-05-09Squelch compiler warnings.Guy Harris1-4/+4
2014-05-09Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann1-19/+15
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Fix crash when exporting dissection summaries to a CSV file.Guy Harris1-2/+3
2014-01-29Fix display of right arrow in CSV exportPascal Quantin1-1/+11
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki1-2/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-13When printing PDML, don't assume that all values with bitmasks are representedEvan Huus1-1/+23
2013-10-09Make column "filter name" prefixed with _ws. to be the same as other "*shark ...Michael Mann1-1/+1
2013-07-18Try to fix error: ignoring return value of 'fwrite', declared with attribute ...Pascal Quantin1-3/+6
2013-07-17Optimize print_line_textJakub Zawadzki1-11/+13
2013-07-17Optimize proto_tree_print_node() + fix possible memleak when -O is usedJakub Zawadzki1-13/+10
2013-07-12Move the print modules into epan.Jeff Morriss1-0/+1809