aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-15If we have one ISB, display the droped count from it.Anders Broman3-11/+23
2012-03-15Sort the -z options.Chris Maynard1-250/+250
2012-03-15Update a comment as to the number of Wireshark protocols;Bill Meier1-31/+33
2012-03-15- Store ISB data.Anders Broman2-4/+75
2012-03-15From David Wei:Anders Broman1-1/+1
2012-03-15Add support for SSH over SCTP.Michael Tüxen3-1/+5
2012-03-15Fixed error: "/*" within commentStig Bjørlykke1-1/+1
2012-03-15Update MPLS return codes, https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Anders Broman1-2/+7
2012-03-15Should have been part of r41542: Don't free idb_inf in wtap_dump_open_ng(): f...Jeff Morriss1-2/+5
2012-03-15Line-wrap an extremely long comment. Remove trailing white space.Jeff Morriss1-15/+23
2012-03-14Bump some version numbers.Michael Tüxen1-5/+5
2012-03-14hg_gsm_a_vamos_level --> hf_gsm_a_vamos_levelBill Meier1-3/+3
2012-03-14Fix:Jörg Mayer1-11/+11
2012-03-14Fix up a several REPORT_DISSECTOR_BUG messages to specify the correct functio...Bill Meier1-1170/+1268
2012-03-14Update to glib 2.31.20.Michael Tüxen3-18/+2
2012-03-14voip_calls.c Use the hastable instead, we should do away with the list.Anders Broman2-33/+96
2012-03-14VoIP Calls Graph Analysis: Elements not sorted by Time.Anders Broman2-3/+20
2012-03-14From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss3-937/+1239
2012-03-14Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe...Jeff Morriss3-5/+7
2012-03-13Add a "fileformats" suite (copied from the I/O suite) to check fileGerald Combs6-5/+162
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