aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lbmr.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-25Remove inet_aton() usage everywhereJoão Valverde1-15/+14
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-08-08lbmr: restore removed code.Dario Lombardo1-4/+4
2016-07-04Style fix and trailing whitespace fix.Guy Harris1-2/+3
2016-07-04Add a length check.Guy Harris1-1/+5
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-2/+2
2016-02-13Just #include wsutil/inet_aton.hJoão Valverde1-9/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2015-12-30LBM: No need to cast to 'void *' [-Wcast-qual]João Valverde1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-3/+3
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann1-6/+6
2015-08-09Trivial: Change editor-modelines tab-width specification from 4 to 8.Bill Meier1-3/+3
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-02Revert "MSVC 2015RC does not like the #defines using OFFSETOF replace them by...Anders Broman1-564/+282
2015-06-02MSVC 2015RC does not like the #defines using OFFSETOF replace them byAnders1-282/+564
2015-03-11lbmr: fix possible infinite loopEvan Huus1-2/+5
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-1/+4
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-1/+1
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier1-1/+1
2014-10-18Converted numerous proto_tree_add_none_format() calls for bitmask/flag items ...David Ameiss1-358/+288
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-14/+14
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-07-18Add casts to make the buildbot happy.AndersBroman1-7/+7
2014-07-18Split LBMR tap into 5 separate taps. Make the associated tap data use fixed-l...David Ameiss1-249/+206
2014-07-06Clean up handling of missing functions.Guy Harris1-1/+3
2014-06-29Standardize the names of, and document, the taps and heuristic dissector tabl...David Ameiss1-12/+12
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-23Conversation/memory scope fixes for LBM dissectors. See bug 9718.David Ameiss1-25/+19
2014-04-22Minor cleanupBill Meier1-38/+36
2014-04-14Fix no previous prototype warnings.AndersBroman1-0/+3
2014-04-10Fix two ett_ variables that weren't getting registered.Guy Harris1-0/+2
2014-04-08Make sure IPv4 address structures really have 4 bytes of data.Guy Harris1-1/+2
2014-04-08Don't assume the data pointed to by an address structure is aligned.Guy Harris1-10/+5
2014-04-08Fixes for Windows build post change 1006Graham Bloice1-0/+2
2014-04-08On UN*X, <arpa/inet.h> suffices for struct in_addr and in_addr_t.Guy Harris1-4/+4
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/+6843