aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+5
2014-07-23Fix (-W)documentation error found by ClangAlexis La Goutte1-4/+2
2014-07-18Add better assertions for comparing integers.Kevin Cox1-0/+45
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-2/+2
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-1/+2
2014-06-20fix printf argument indexEvan Huus1-2/+1
2014-06-20Add proto_tree_add_subtree and proto_tree_add_subtree_formatMichael Mann1-0/+29
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-0/+4
2014-04-21Replace linked list of proto fields with arrayEvan Huus1-2/+2
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-0/+54
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-1/+1
2014-04-14Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan1-0/+63
2014-04-13Add ENC_ASCII_7BITS encodingPascal Quantin1-1/+12
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-6/+7
2014-04-12Add Mac Roman and DOS CP437.Guy Harris1-0/+2
2014-04-07Add a Qt I/O Graph dialog.Gerald Combs1-1/+1
2014-04-02redefine proto_tree_add_float_format_value() if we're using the newMartin Kaiser1-0/+5
2014-03-26Add filterable expert info for LuaHadriel Kaplan1-12/+14
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2014-02-04USB: Fix Linux header byte-orderMichal Labedzki1-3/+10
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+4
2014-01-19As spotted by Joerg; make a HFILL_INIT(hf) macro and use it to init the priva...Anders Broman1-5/+12
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris1-3/+3
2014-01-06Try to fix warning: initializer element is not computable at load time.Anders Broman1-1/+1
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-30/+38
2013-12-24add ssl detection to proto_get_frame_protocols()Martin Kaiser1-1/+4
2013-12-24Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in aGuy Harris1-8/+11
2013-12-22Add UCS-4 support, and use it.Guy Harris1-23/+19
2013-12-21Add the rest of ISO-8859-n, thanks to Jakub's "generate a mapping table"Guy Harris1-1/+12
2013-12-18Add charset table for ISO/IEC 8859-9 (ENC_ISO_8859_9)Jakub Zawadzki1-0/+1
2013-12-15add support for ISO 8859-5Martin Kaiser1-0/+1
2013-12-10Remove config.h includes from proto.h and tap.h.Gerald Combs1-3/+1
2013-12-10Fix epan building with undefined HAVE_PLUGINSJakub Zawadzki1-0/+4
2013-12-08Remove proto_tree_add_unicode_string()Pascal Quantin1-4/+0
2013-12-08Expand a comment.Guy Harris1-1/+2
2013-12-08Add ENC_ISO_8859_1.Guy Harris1-3/+3
2013-12-07Add string encoding for ISO/IEC 8859-2 (ENC_ISO_8859_2)Jakub Zawadzki1-0/+1
2013-12-07Add STR_ASCII, STR_UNICODE as possible displays for field_display_eJakub Zawadzki1-7/+13
2013-12-07Rename base_display_* to field_displayJakub Zawadzki1-7/+7
2013-12-07Add new string proto encoding for windows-1250 (ENC_WINDOWS_1250)Jakub Zawadzki1-0/+1
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki1-3/+3
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-0/+4
2013-11-23Replace similar code with a common routine.Gerald Combs1-0/+13
2013-11-14Expand CHECK_DISPLAY_AS_X ('this macro looks like a hack') macro in packet-ie...Jakub Zawadzki1-9/+0
2013-11-10Move REPORT_DISSECTOR_BUG() body to proto_report_dissector_bug() function. Re...Jakub Zawadzki1-5/+4
2013-11-10exceptions.h not needed by tvbuff.h (no much progress because it's needed by ...Jakub Zawadzki1-0/+1
2013-11-08Fix:Jörg Mayer1-1/+3
2013-11-07GCC on amd64 align header_field_info variables to 16-bytes, this cause proble...Jakub Zawadzki1-1/+1
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-2/+17