aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-30Reorder field_info structure to remove paddings on 64 bits (8B less).Jakub Zawadzki1-1/+1
2013-07-26Add 64-bit value strings and the appropriate tooling (including yet anotherEvan Huus1-3/+3
2013-07-17Fix up some indentation.Jeff Morriss1-10/+10
2013-07-07Make tree_is_expanded array static, add setter/getter function.Jakub Zawadzki1-7/+6
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1
2013-05-30Add Doxygen boilerplate for some of our core modules and data structures.Gerald Combs1-0/+12
2013-04-30A few more doxygen fix-ups.Evan Huus1-1/+1
2013-04-26Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus1-2/+2
2013-04-05Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev.Chris Maynard1-4/+2
2013-03-04From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8339Evan Huus1-0/+23
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-131/+134
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-5/+5
2013-02-07Add 'proto_registrar_get_id_byname()' accessor.Bill Meier1-4/+9
2012-11-03Manually revert r45669Jakub Zawadzki1-2/+0
2012-10-24Uniformly use spaces, not tabs, for the PI_ list (one had spaces, oneGuy Harris1-17/+17
2012-10-20- Allow reseting edt with new function epan_dissect_reset(),Jakub Zawadzki1-0/+2
2012-09-03MT: move global field_info_tmp to tree_data_tJakub Zawadzki1-0/+1
2012-08-10Make the corresponding packet_info available to each tree item. ThisGerald Combs1-4/+5
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+12
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-19Add proto_tree_add_unicode_string() to add UTF-8 string to tree. Jakub Zawadzki1-0/+4
2012-05-14Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-8/+10
2012-05-11Add ENC_UTF_16 and ENC_UCS_2. Note that UTF-16 and UCS-2 are not theGuy Harris1-24/+26
2012-05-11proto_registrar_get_ftype() returns an FT_ value; make its return typeGuy Harris1-1/+1
2012-05-04From Jakub Zawadzki: Use custom model in Filter Expression dialog.Anders Broman1-0/+1
2012-04-19From Evan Huus: Add DISSECTOR_ASSERT_HINT() macro https://bugs.wireshark.org/...Anders Broman1-0/+17
2012-04-04Make bit_offset in _tvb_get_bits64 and related functions unsigned. ThisGerald Combs1-12/+12
2012-03-02Use the expert system to show packet comments.Anders Broman1-1/+3
2012-03-01From Mike Morrin: A small patch to correct the name of the function proto_tre...Anders Broman1-2/+4