aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-juniper.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-16JUNIPER: Set proper item length for protocol layerJaap Keuter1-24/+24
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-17[Juniper ST] Dissect the "known" parts of the Juniper header.AndersBroman1-9/+83
2017-11-15Handle LINKTYPE_JUNIPER_ST 200.Anders1-5/+36
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-13Support Juniper VN over UDP.Michael Mann1-0/+1
2016-07-08fixed some juniper vn dissector bugsAmitoj Setia1-8/+8
2016-06-21Add support for Opencontrail virtual networkRudra Rugge1-1/+138
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-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-12/+12
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-38/+48
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+8
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-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-1/+0
2014-11-09Create a subdissector table for juniper payload protocols.Michael Mann1-162/+81
2014-10-04Juniper: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-09-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-79/+102
2014-08-15Remove unneeded #include <epan/prefs.h>; As needed: Add editor-modelines & ad...Bill Meier1-5/+17
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-3/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-09-16Remove a bunch more set-but-no-longer-used variables.Jeff Morriss1-2/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-3/+1
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-3/+3
2013-03-23From Prafulla Harpanhalli via https://bugs.wireshark.org/bugzilla/show_bug.cg...Evan Huus1-0/+34
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-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-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-10PPP_OSICP -> PPP_OSINLCPChris Maynard1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-06-23Add a protocol decode.Anders Broman1-0/+5
2011-05-10Fix two cases of dead code reported by Coverity as CID 376.Chris Maynard1-20/+6
2011-03-24Fix a compile warning: unused variableBill Meier1-1/+1
2011-03-24Don't assign to a proto_item* if the value won't be used: Coverity 942-951Bill Meier1-107/+106
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-13/+13
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-4/+4
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-20/+10
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-24/+12
2009-05-26Misc dissector cleanup:Bill Meier1-621/+621
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-4/+0
2007-04-19From Hannes Gredler:Richard van der Hoff1-1/+1