aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tr.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create some more capture dissector tables.Michael Mann1-0/+2
2015-12-14Create capture dissector tables.Michael Mann1-17/+9
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-2/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-04-13Remove deprecated API tvb_lengtRemove deprecated API tvb_lengthAndersBroman1-1/+1
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-4/+2
2015-01-09convert variables that were static just because of SET_ADDRESS macro to use t...Michael Mann1-1/+1
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-12/+16
2014-11-13Add dissector table for sFlow header dissection.Michael Mann1-0/+2
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-6/+21
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-2/+27
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+30
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-26Replace manual string handling with strbufEvan Huus1-11/+20
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-14Fix const warnings.Jakub Zawadzki1-4/+4
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-12emem -> wmemJörg Mayer1-4/+4
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-2/+1
2013-03-19From beroset:Anders Broman1-5/+5
2012-12-02Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). TheyJeff Morriss1-2/+2
2012-10-22Comment more cases where static allocation is used with SET_ADDRESS.Jakub Zawadzki1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-6/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-14/+13
2009-02-02Clean up some comments.Guy Harris1-6/+4