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