aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-13Use tvb_new_subset_remaining(...) instead of tvb_new_subset(..., -1, -1);Bill Meier1-123/+124
2012-03-13Use tvb_new_subset_remaining(...) in place of tvb_new_subset(..., -1, -1);Bill Meier1-66/+76
2012-03-13Remove a couple trailing commasJeff Morriss1-2/+2
2012-03-13Fix up indentation/white space. Use global tfs_yes_no instead of local version.Jeff Morriss1-547/+649
2012-03-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6947 :Jeff Morriss1-1/+1
2012-03-13From Jose Pedro Oliveira:Anders Broman1-14/+14
2012-03-13From Jose Pedro Oliveira:Anders Broman1-1/+0
2012-03-13Remove if(tree) to address https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss1-195/+192
2012-03-13Add detailed decoding for Framed-IPv6-Prefix.Jeff Morriss1-10/+56
2012-03-13Don't mark a couple of unused parameters are unused.Jeff Morriss1-2/+2
2012-03-13From Jose Pedro Oliveira:Anders Broman2-2/+6
2012-03-13(sigh) Take out the whole if(tree) as Chris suggested. https://bugs.wireshark...Jeff Morriss1-130/+127
2012-03-13Move the col_set_str() outside the if(tree) to address https://bugs.wireshark...Jeff Morriss1-59/+59
2012-03-13H248 package updates from Alex Lindberg in bug https://bugs.wireshark.org/bug...Anders Broman4-13/+46
2012-03-13H.248 Annex E dissector does not properly dissect event parametersAnders Broman6-216/+917
2012-03-13From Weston Schmidt:Anders Broman1-3/+19
2012-03-13A modified version of "pcapng: shd_userappl in newly created files"Anders Broman2-0/+10
2012-03-13From Weston Schmidt:Anders Broman11-84/+278
2012-03-13Add data structure to hold information from ISB:sAnders Broman3-2/+27
2012-03-13Add an explicit capture_cb_capture_failed indication for the case whereGuy Harris5-72/+91
2012-03-13From Tyson Key: Support for dissection of PN532 payloads in USB CCID packets....Anders Broman1-10/+49
2012-03-13SystemConfiguration framework, not IOKit?Guy Harris1-3/+0
2012-03-13Suggest a better way of getting the interface type on OS X.Guy Harris1-0/+18
2012-03-13Closing a capture file has nothing to do with the list of interfaces onGuy Harris2-12/+19
2012-03-13From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6938 :Jeff Morriss1-6/+6
2012-03-13From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-20/+20
2012-03-13From Peter Harris:Jeff Morriss7-752/+1316
2012-03-12Enhance and update IPv6 Option of Extension HeaderAlexis La Goutte2-123/+151
2012-03-12Code=100 is Framed-IPv6-Pool, not (another copy of) Framed-IPv6-PrefixJeff Morriss1-83/+83
2012-03-12Use tvb_new_subset_remaining(...) instead of tvb_new_subset(..., -1, -1);Bill Meier1-193/+193
2012-03-12Use tvb_new_subset_remaining(...) in place of tvb_new_subset(..., -1, -1);Bill Meier1-21/+16
2012-03-12Fix a typo in a function name and some indentation.Jeff Morriss1-17/+17
2012-03-12Improved a if-check to avoid a analyzis warning.Stig Bjørlykke2-2/+2
2012-03-12Value can't be negative if no_of_bits == 0Stig Bjørlykke1-1/+1
2012-03-12From Jose Pedro Oliveira:Anders Broman1-2909/+2909
2012-03-12From Jose Pedro Oliveira:Anders Broman2-533/+533
2012-03-12Minor reformatting, whitespace and style changes.Bill Meier1-103/+105
2012-03-12Use consistent indentation;Bill Meier5-5302/+5306
2012-03-12Cleanup & minor bug fixes:Bill Meier7-3631/+3656
2012-03-12Free idb_inf and shb_hdr when done.Anders Broman2-0/+8
2012-03-12Add checkboxes to filter for RACH attempts and SRs.Martin Mathieson1-14/+65
2012-03-12Add a checkbox to filter for RACH attempts.Martin Mathieson1-2/+26
2012-03-12Add doxygen tags.Anders Broman1-42/+43
2012-03-12From Tyson Key:Anders Broman3-0/+516
2012-03-12From Jose Pedro Oliveira: Add ModlinesAnders Broman1-0/+13
2012-03-12From Jose Pedro Oliveira: Add ModlinesAnders Broman1-0/+13
2012-03-12capture_opts_add_iface_opt() is not used outside capture_opts.c; make itGuy Harris2-4/+1
2012-03-11Within a status report, check that NACK_SNs are not 'ahead' of ACK_SN.Martin Mathieson1-0/+6
2012-03-11From Steve Magnani: knock URB Setup out from under USB URB https://bugs.wires...Anders Broman1-14/+14
2012-03-11Don't close the currently loaded capture file in capture_start(), do soGuy Harris3-6/+21