summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+6
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-38/+34
2012-03-02From Francesco FondelliAlexis La Goutte1-34/+57
2012-03-02Increase the size of the preallocated area for hf fields.Anders Broman1-2/+4
2012-03-02Fix proto_tree_add_item() 'encoding' args.Bill Meier1-649/+651
2012-03-02From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6893 :Jeff Morriss5-147/+117
2012-03-02From Tom Bottom and Chris Pane via https://bugs.wireshark.org/bugzilla/show_b...Jeff Morriss4-8/+6071
2012-03-01(After a couple of years of warning about this), assert out if someone triesJeff Morriss1-6/+3
2012-03-01Various Changes:Bill Meier1-23/+26
2012-03-01From Michael.Anders Broman1-28/+28
2012-03-01See if this solves:Anders Broman1-5/+5
2012-03-01Add packet-uaudp.h to list of header files (and thus to the source distribution)Jeff Morriss1-2/+3
2012-03-01Fix CID 473 and 474.Michael Tüxen1-0/+2
2012-03-01From Lars Ruoff:Anders Broman8-1027/+9592
2012-03-01packet-mpls-pm.c(616) : error C2220: warning treated as error - no 'object' f...Anders Broman1-2/+2
2012-03-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+5
2012-03-01From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Alexis La Goutte4-0/+1457
2012-03-01From Don Westman via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6889Alexis La Goutte1-1/+1
2012-03-01From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHERAnders Broman1-0/+1
2012-03-01From Mike Morrin: A small patch to correct the name of the function proto_tre...Anders Broman3-4/+6
2012-03-01From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=68...Jeff Morriss2-73/+142
2012-02-29From Mike Morrin:Anders Broman2-0/+75
2012-02-29From Mike Morrin:Anders Broman2-15/+193
2012-02-29From Pascal Quantin:Anders Broman1-1/+1
2012-02-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+9
2012-02-29From Gilbert Ramirez: When filtering on a single-byte byte-array-slice, using...Anders Broman4-14/+75
2012-02-28From Mike Morrin: Fix for "The previous patch had an error and was returning ...Bill Meier1-84/+96
2012-02-28Show number of extensions in header root.Martin Mathieson1-0/+10
2012-02-28Initialize "value" in _tvb_get_bits64(). Clean up indentation.Guy Harris1-1/+2
2012-02-28Fix several messages of type:Jörg Mayer1-6/+6
2012-02-28From Mike Morrin:Anders Broman2-219/+106
2012-02-28Another try: we're in epan here so getting to libwsutil and wiretap requires ...Jeff Morriss1-8/+8
2012-02-28Remove an extraneous backslashJeff Morriss1-1/+1
2012-02-28OK, to heck with it - link reassemble_test with libwireshark. Trying toGuy Harris4-67/+30
2012-02-28Removed one variable to much.Anders Broman1-1/+2
2012-02-28From Mijo Safradin:Anders Broman5-36/+482
2012-02-28From Sean Bright:Anders Broman1-15/+69
2012-02-28reassemble_test now requires mark_frame_as_depended_upon(), so itGuy Harris2-1/+2
2012-02-28From Josip Medved: EAP-SIM and EAP-AKA are missing some attributes. https://b...Anders Broman1-51/+45
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss9-6/+35
2012-02-27And more details.Guy Harris1-2/+5
2012-02-27Give more details in comments.Guy Harris1-2/+32
2012-02-27Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-14/+6
2012-02-27From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6873Alexis La Goutte1-6/+6
2012-02-27From Alex Rodikov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6871Alexis La Goutte1-5/+8
2012-02-27More Warning fixes.Anders Broman1-26/+1
2012-02-27More warning fixes.Anders Broman1-7/+3
2012-02-27Try to fix warning: comparison between signed and unsigned.Anders Broman1-6/+5
2012-02-27Fix some unused parameter warnings etc.Anders Broman1-134/+130