aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lapsat.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-5/+6
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-4/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-1/+2
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-1/+1
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-2/+2
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-2/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+7
2013-03-19From beroset:Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-07From Sylvain Munaut: Add support LAPSat : GMR-1 Datalink layer https://bugs.w...Anders Broman1-0/+767