aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-batadv.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-26/+26
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-25/+25
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-2/+2
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-22/+23
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-2/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-12/+9
2013-03-14[-Wmissing-prototypes]Anders Broman1-22/+23
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-07-13tvb_length_remaining() can return -1, so don't assign its return value to an ...Chris Maynard1-50/+47
2012-06-18From Sven Eckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...Pascal Quantin1-0/+7
2012-03-29From Sven Eckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7009Alexis La Goutte1-9/+181
2012-03-06Fix benign issue: For FT_BOOLEAN fields with a zero bitmask, use BASE_NONE fo...Bill Meier1-4/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-25/+25
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-150/+142
2011-07-08%u suffices, as varargs are widened. (It aslso doesn't cause Clang toGuy Harris1-2/+2
2011-07-05From Sven Eckelmann:Anders Broman1-1/+1175
2011-07-05From Sven Eckelmann:Anders Broman1-42/+42
2011-07-04From Sven Eckelmann:Anders Broman1-4/+4
2011-07-04From Sven Eckelmann:Anders Broman1-3/+0
2011-07-04From Sven Eckelmann:Anders Broman1-139/+121
2011-05-23Delete unused header field entries found by running checkhf.pl.Chris Maynard1-15/+3
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.Chris Maynard1-2/+2
2011-05-14From Sven Eckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-1/+295
2011-05-14From Sven Eckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-44/+54
2011-02-16Use tvb_ether_to_str() when it can eliminate a tvb_get_ptr() call.Jeff Morriss1-3/+1
2011-02-07Fix bug #5657: Update my mail address Stephen Fisher1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-31Corrected abbrev for Source and Destination.Stig Bjørlykke1-2/+2
2010-07-06From Sven Eckelmann:Anders Broman1-26/+62
2010-07-01From Sven Eckelmann: Fix size of seqno in icmp packetsBill Meier1-5/+5
2010-07-01From Sven Eckelmann: Add support for v11 packet formatBill Meier1-0/+125
2010-06-03From Sven Eckelmann: Change recursion for aggregated packets to iteration.Bill Meier1-286/+243
2010-06-03From: Sven Eckelmann:Add support for v10 packet formatBill Meier1-17/+395
2010-06-03Add back a few 'if (check_col()...' removed by me in a previous commit.Bill Meier1-12/+15
2010-06-02From Sven Eckelmann: Fix endless recursive loopBill Meier1-0/+24
2010-06-02Misc changes:Bill Meier1-35/+36
2010-06-02check_col() no longer required;Bill Meier1-61/+19
2010-06-02Fix incorrect fetch of version field.Guy Harris1-1/+1
2010-06-02From Sven Eckelmann via but 2631:Gerald Combs1-0/+1600