aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-packetbb.c
AgeCommit message (Expand)AuthorFilesLines
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