aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-babel.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-35/+35
2023-09-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-11/+15
2023-05-16Use `register_dissector()` for more protocolsDavid Perry1-3/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2019-11-13Babel: fix regression introduced in gdd15b203c7Pascal Quantin1-30/+25
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-19Babel: prevent an infinite loop while parsing sub-TLVPascal Quantin1-6/+21
2019-06-13babel: add support for babel rfc6126bisSawssen Hadded1-55/+242
2019-06-12babel: update portEtienne MARAIS1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-4/+2
2016-05-19Babel: New Message String Values0xbismarck1-0/+12
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-1/+1
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-19/+14
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-1/+7
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-1/+9
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-14/+14
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-3/+2
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-8/+8
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-1/+2
2013-03-14[-Wmissing-prototypes]Anders Broman1-0/+3
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-11-25Fix several [-Wshadow] warnings;Bill Meier1-46/+46
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-42/+42
2012-04-09Mark some function static.Jakub Zawadzki1-1/+1
2012-01-18Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-08-29From Juliusz Chroboczek via bug #6273:Stephen Fisher1-1/+3
2011-04-29#include <epan/prefs.h> not req'd since there are no prefs.Bill Meier1-1/+0
2011-04-27From Juliusz Chroboczek via bug 5812:Gerald Combs1-1/+1
2011-04-10prefs_register_protocol() not needed since no prefs; Coverity #1185 (UNUSED_V...Bill Meier1-11/+2
2011-04-08From Juliusz Chroboczek via bug #5812: Dissector for the Babel RoutingStephen Fisher1-0/+523