aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-6lowpan.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-08Fix some warnings: cast discards `__attribute__((const))' qualifier from poin...Jakub Zawadzki1-4/+4
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+6
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-10/+10
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-2/+2
2013-07-16"man inet_pton" only says that it returns a negative value, zero or a postive...Chris Maynard1-1/+1
2013-07-06Use epan-scoped memory for 6lowpan preference names. Another ~300 bytes gone.Evan Huus1-5/+3
2013-06-09Batch of filterable expert infos.Michael Mann1-10/+21
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-3/+3
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-8/+7
2013-03-19From beroset:Anders Broman1-4/+4
2012-12-26Fix a bunch of warnings.Guy Harris1-109/+109
2012-12-18Use pinfo-scoped memory for 6LoWPAN addresses.Evan Huus1-2/+3
2012-10-14Some of the changes claimed to be in the previous checkin weren't there.Guy Harris1-5/+5
2012-10-14*Always* create a new data source when we decompress an IPv6 header.Guy Harris1-15/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-21/+23
2012-09-01From Owen Kirby:Anders Broman1-86/+308
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-07-276lowpan: cleanup dynamic configuration construction.Jakub Zawadzki1-13/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-30From Martin Kaiser:pascal1-3/+3
2012-03-06Use tvb_new_subset_remaining() instead of tvb_new_subset();Bill Meier1-81/+145
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-20/+20
2011-07-31Restore saved 'pinfo->fragmented' as appropriate;Bill Meier1-0/+4
2011-07-29From Owen Kirby via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6147Alexis La Goutte1-47/+117
2011-05-27From Colin O'Flynn:Jaap Keuter1-0/+5
2011-05-16From beth.tridium [At] gmail.com: 6LoWPAN dissector selects wrong byte for HC...Bill Meier1-1/+1
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes.Bill Meier1-2/+0
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 820/821;Bill Meier1-7/+4
2011-02-23Forward port r36036 from trunk-1.4: Make sure we ep_allocate enoughGerald Combs1-9/+14
2011-02-23From Alexis La Goutte:Anders Broman1-2/+2
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+4
2010-10-26From Fred Fierling:Anders Broman1-4/+4
2010-10-24Back out 34627 and friends again.Anders Broman1-4/+4
2010-10-24From Fred Fierling:Anders Broman1-4/+4
2010-09-30Initialize length.Stig Bjørlykke1-1/+1
2010-09-30From Colin O'Flynn / Owen Kirby:Jaap Keuter1-147/+206
2010-07-26From John Sucaet:Anders Broman1-2/+4
2010-07-23From John Sucaet:Jaap Keuter1-45/+56
2010-07-23From Jan van den Boom:Jaap Keuter1-4/+4
2010-04-07Squelch some compiler warnings (including warnings about the last memberGuy Harris1-26/+30
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-10From Colin O'Flynn:Jaap Keuter1-4/+16
2010-03-10Add a sanity check in dissect_6lowpan_hc1() for the datagram length. Guy Harris1-6/+14
2010-03-10From Owen Kirby:Jaap Keuter1-3/+3
2010-03-09From Owen Kirby:Jaap Keuter1-123/+265