aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-packetbb.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2021-02-03Make more functions and vars static.Martin Mathieson1-9/+9
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-04-10PacketBB: do not add more bytes to the protocol tree than the real addr array...Pascal Quantin1-2/+4
2017-04-02PacketBB: fix hf_packetbb_addr_value[3] field typePascal Quantin1-1/+1
2017-03-05packetbb: fix this statement may fall through [-Werror=implicit-fallthrough=]...Alexis La Goutte1-1/+1
2016-12-25packetbb: Add decoding for TLV with single valueFrancois Schneider1-49/+327
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-24/+6
2016-07-04packet-packetbb.c cleanupMichael Mann1-49/+37
2016-07-02packetbb: Prevent divide by 0.Michael Mann1-6/+8
2016-03-03Packetbb: Fix Msg sizeUli Heilmeier1-1/+1
2016-02-13packetbb: Add some descriptions for message and TLV typesFrancois Schneider1-12/+86
2016-02-12packetbb: Fix the default value for end-indexFrancois Schneider1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-12-05packetbb: fix the display of IPv4 addressesLotte Steenbrink1-1/+2
2015-11-04packetbb; display Addressblock Tail as TailLotte Steenbrink1-1/+1
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+2
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-07-31Convert hf_packetbb_error filter (packetbb.error) to expert info.Michael Mann1-94/+96
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-01-22Try to eliminate VS Code Analysis warning: warning C6385: Invalid data: acces...Chris Maynard1-1/+3
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 FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-8/+31
2012-01-20Avoid a potential infinite loop by stopping dissection when a message has no ...Chris Maynard1-0/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-14/+14
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-12/+12
2011-02-20Capitalize protocol name.Stig Bjørlykke1-1/+1
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-16/+16
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-10#include <epan/tfs.h> not req'd.Bill Meier1-1/+0
2010-01-19Fix gcc -Wshadow warningsBill Meier1-9/+9
2009-11-12From Henning Rogge:Jaap Keuter1-0/+1061