aboutsummaryrefslogtreecommitdiffstats
path: root/epan/show_exception.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-22Internalize struct preferenceMichael Mann1-1/+1
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-1/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-07-17Add preference for disabling 'packet size limited during capture' message in ...Michael Mann1-1/+18
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ...Michael Mann1-6/+6
2013-09-09Complete the conversion of expert_add_info_format_text -> expert_add_info_for...Michael Mann1-2/+2
2013-09-08Convert malformed ("protocol") expert infos into something filterable. Not s...Michael Mann1-11/+21
2013-07-02proto_malformed SHOULD NOT be used outside of show_exception.cMichael Mann1-1/+1
2013-04-21If pinfo->fragmented is set, map ReportedBoundsError toGuy Harris1-0/+2
2013-04-21show_reported_bounds_error() should only be used to handle things suchGuy Harris1-23/+5
2013-04-18Add to tvbuffs a "fragment length" field; if the tvbuff represents theGuy Harris1-0/+11
2013-03-02Define a new exception for reassembly errors, and throw it in several casesEvan Huus1-0/+17
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-0/+146