aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-02-22Fix an *extraordinarily* embarassing copy-paste error. Much thanks to BillEvan Huus1-2/+2
2013-02-22Validate that the pointer passed to wmem_free is valid when using theEvan Huus1-1/+3
2013-02-22From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard1-1/+1
2013-02-22From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard3-0/+6
2013-02-21Trivial cleanups:Evan Huus2-37/+39
2013-02-21Minor Bluetooth fixesMichael Mann5-70/+184
2013-02-21Fix AVCTP, AVRCP, HCI AVL and L2CP for multiple interfaces/adaptersMichael Mann5-294/+990
2013-02-21Fix some issues potentially similar in nature to the one found inEvan Huus1-34/+34
2013-02-21String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki12-68/+68
2013-02-21Dissect Feedback type 1/2 packets for UDP and Uncompressed profilesPascal Quantin1-48/+72
2013-02-21From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8364Evan Huus1-1/+1
2013-02-21From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus3-0/+460
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser11-11/+11
2013-02-21Fix indent (Tab => 4 Spaces) Remove whitespace And Modelines infoAlexis La Goutte2-60/+86
2013-02-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+1
2013-02-21Replace proto_tree_add_text/uint/boolean by proto_tree_add_item Use bitmask (...Alexis La Goutte1-53/+92
2013-02-21Fix indent (Tab => 4 Spaces) and Add ModelinesAlexis La Goutte1-1644/+1655
2013-02-21Fix ModelinesAlexis La Goutte1-1/+0
2013-02-21From report of Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Alexis La Goutte1-10/+4
2013-02-21Fix CheckAPI about trailing spaceAlexis La Goutte1-1/+1
2013-02-21From Paul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8319 CAPWAP...Alexis La Goutte1-6/+13
2013-02-21From Harald Welte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8365 :Pascal Quantin1-4/+157
2013-02-21I'm pretty sure that reassembled IPv6 data does not fit in a uint32.Jaap Keuter1-1/+1
2013-02-21Misc. fixes while looking at bug 8364 (which this patch does NOT address):Chris Maynard1-3/+5
2013-02-20Add modelines, fix indentation to be a consistent 4-spaces throughout.Evan Huus1-228/+239
2013-02-20From Hadrien Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8357Evan Huus1-13/+48
2013-02-20fix dead assignmentMartin Kaiser1-1/+0
2013-02-20TABs -> spacesMartin Kaiser1-580/+594
2013-02-20From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8360Evan Huus1-1/+3
2013-02-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8359Evan Huus1-0/+7
2013-02-20From Michael Mann:Anders Broman1-0/+1
2013-02-20Fix copy-and-pasteo.Guy Harris1-1/+1
2013-02-20Add a tvb_new_subset_length() that takes a tvbuff, an offset in aGuy Harris3-0/+44
2013-02-20Fix Coverity CID 751720: Logically dead code.Chris Maynard1-18/+17
2013-02-20Clean up white space - get rid of 4-space tabs.Guy Harris1-168/+178
2013-02-20Swallow up tvb_set_real_data_no_exceptions() into tvb_new_real_data() -Guy Harris1-10/+4
2013-02-20Reflect that tvb_new() is now an internal routine.Guy Harris1-2/+1
2013-02-20Improve a comment - what matters is that tvb_new_real_data() can throwGuy Harris1-4/+1
2013-02-20Fix Coverity CID 984638: Unused pointer value.Chris Maynard1-1/+1
2013-02-20No more tvb_new(), so no more need for tvb_set_real_data() orGuy Harris2-46/+10
2013-02-19Make tvb_new() an internal routine to epan/tvbuff.c; we export variousGuy Harris2-6/+1
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris41-91/+68
2013-02-19Register the gui.update.interval preference.Gerald Combs1-0/+6
2013-02-19Enable automatic updates for Win64. Fix a copy/paste error.Gerald Combs1-1/+1
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs2-0/+28
2013-02-19Remove experiment with global codeAnders Broman1-34/+1
2013-02-19Add the remaining asn1 files "CODE global" not handled yet.Anders Broman1-10/+121
2013-02-19calc_checksum() should be passed the length of the block to beGuy Harris1-11/+42
2013-02-19According to wikipedia, the A6M was outdated by 1944. Let it rest in peace.Chris Maynard2-19/+15
2013-02-19Whitespace tweaks.Guy Harris1-5/+6