aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-packetlogger.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-15/+15
2022-02-28packetlogger: clean up the dissector code a bit.Guy Harris1-68/+61
2022-02-28packetlogger: Handle SCO data packetsStig Bjørlykke1-1/+15
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-6/+6
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2020-07-02Packetlogger: check for more packet types in the libwiretap heuristics.Guy Harris1-0/+10
2018-11-01packetlogger: Show all known types in Info columnStig Bjørlykke1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-09-21packetlogger: Add Syslog and Config typesStig Bjørlykke1-1/+72
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-1/+1
2016-06-21packetlogger: Add some info typesStig Bjørlykke1-0/+9
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-06-16Clean up handling of metadata in Bluetooth dissectors.Guy Harris1-11/+13
2015-04-20replace some deprecated tvb_length callsEvan Huus1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+1
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-9/+18
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-15Added some type valuesStig Bjørlykke1-0/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-1/+1
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-07-14Don't pass tvb data to col_set_str(), as it will not stay around.Stig Bjørlykke1-4/+7
2009-07-23Set editor modelines to be consistent between emacs and vi/ex;Bill Meier1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-04-24Improved reading Apple's PacketLogger files:Stig Bjørlykke1-0/+177