aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-04Effectively remove the tree memory pool and port some of its behaviour to theEvan Huus1-2/+1
2013-10-20Reintroduce back epan_dissect_reset(), proto_tree_reset()Jakub Zawadzki1-0/+2
2013-10-12Redo r52569 in a way that doesn't break the GUI. Add a mem_pool member toEvan Huus1-1/+5
2013-10-03Make expert items used in "low level" proto functions filterable (and ensure ...Michael Mann1-1/+4
2013-09-13Remove epan.h from ftypes.h, address.h and tpg.h,Jörg Mayer1-0/+2
2013-09-12Note what the various ENC_TIME_ encodings are.Guy Harris1-3/+3
2013-09-12From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9072Evan Huus1-0/+1
2013-08-22Convert more dissectors to use hfinfo instead of hfindex.Jakub Zawadzki1-0/+3
2013-08-17Fix few concept of new api tree:Jakub Zawadzki1-9/+21
2013-08-16Introduce new proto_tree API required for hf_ variables removal.Jakub Zawadzki1-3/+16
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+1
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-3/+2
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki1-4/+4
2013-08-05Completely remove support for proto_item_set_expert_flags.Michael Mann1-10/+0