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