aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lbmc.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-23Have sequence analysis properly use filters from taps.Michael Mann1-85/+82
2017-09-21Complete move of tap-sequence-analysis.c functionality to sequence_analysis.cMichael Mann1-0/+7
2017-09-20Integrate LBM UIM Flow dialog into "regular" Flow diagram.Michael Mann1-0/+142
2017-04-13LBMC: move lbmc_extopt_reassembled_data_t structure from stack to heapPascal Quantin1-3/+4
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-1/+3
2016-05-17lbmc (CID 1201452): result of shift operation is always 0Martin Kaiser1-1/+1
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-9/+9
2016-01-19[LBMC] Bugfix stack-based buffer overflow in dissect_nhdr_extopt.Michael Mann1-12/+39
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-9/+9
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-13/+13
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann1-9/+9
2015-08-09Trivial: Change editor-modelines tab-width specification from 4 to 8.Bill Meier1-3/+3
2015-06-08LBMC: fix Truncation of constant value -16. The value range of unsigned char ...Alexis La Goutte1-5/+4
2015-05-12In the name of God and all that is holy, don't do that.Guy Harris1-5/+1
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-7/+7
2015-01-08Various minor updates to the LBM dissectors.David Ameiss1-16/+34
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-10-18Converted numerous proto_tree_add_none_format() calls for bitmask/flag items ...David Ameiss1-979/+809
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-6/+4
2014-07-18Split LBMR tap into 5 separate taps. Make the associated tap data use fixed-l...David Ameiss1-20/+46
2014-07-07Don't cast away constness if not necessary.Guy Harris1-71/+71
2014-07-01Init session id to avoid warning using GCC 4.9Balint Reczey1-0/+1
2014-06-29Standardize the names of, and document, the taps and heuristic dissector tabl...David Ameiss1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-15/+12
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+4
2014-04-23Conversation/memory scope fixes for LBM dissectors. See bug 9718.David Ameiss1-8/+11
2014-04-22Minor cleanupBill Meier1-21/+11
2014-04-21Minor value table updates. See bug 9718.David Ameiss1-10/+56
2014-04-14Fix no previous prototype warnings.AndersBroman1-0/+4
2014-04-12Fixes for numerous fuzz crashes - bug 9962.David Ameiss1-44/+154
2014-04-10More zero-length checks.Guy Harris1-3/+19
2014-04-10Avoid bug 9962 - don't use variables that haven't been set.Guy Harris1-1/+5
2014-04-08On UN*X, <arpa/inet.h> suffices for struct in_addr and in_addr_t.Guy Harris1-5/+0
2014-04-08Fix warning found by -Wunused-const-variable (Clang 3.5)Alexis La Goutte1-0/+2
2014-04-07Initial checkin of LBM aka 29West dissectors. See Bug 9718.Michael Mann1-0/+14178