summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-03-16Upadte a value string.Anders Broman1-2/+8
2012-03-16From Guy Martin:Anders Broman1-15/+16
2012-03-16Add @configure_input@ to a bunch of .in files that didn't have it.Guy Harris1-0/+3
2012-03-16FT_BOOLEAN hf[] entry with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-1/+1
2012-03-16FT_BOOLEAN hf[] entry with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-224/+223
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier13-334/+338
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-197/+306
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-4/+4
2012-03-15FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-4/+4
2012-03-15Update the link to the specification.Chris Maynard1-1/+1
2012-03-15FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-3361/+3358
2012-03-15proto_tree_add_bits_item() associated hf[] entry 'bitmask' must be 0;Bill Meier1-18/+18
2012-03-15Use 'display'=BASE_NONE for all FT_BOOLEAN hf[] entries with a 0 bitmask;Bill Meier1-480/+512
2012-03-15Calls to col_add_fstr() & etc should not be under 'if (tree)';Bill Meier1-1821/+1839
2012-03-15Update a comment as to the number of Wireshark protocols;Bill Meier1-31/+33
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-15Line-wrap an extremely long comment. Remove trailing white space.Jeff Morriss1-15/+23
2012-03-14hg_gsm_a_vamos_level --> hf_gsm_a_vamos_levelBill Meier1-3/+3
2012-03-14Fix up a several REPORT_DISSECTOR_BUG messages to specify the correct functio...Bill Meier1-1170/+1268
2012-03-14From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss2-937/+1238
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-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-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 Broman3-211/+874
2012-03-13From Weston Schmidt:Anders Broman1-3/+19
2012-03-13From Weston Schmidt:Anders Broman8-83/+200
2012-03-13From Tyson Key: Support for dissection of PN532 payloads in USB CCID packets....Anders Broman1-10/+49
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 Morriss6-742/+1284
2012-03-12Enhance and update IPv6 Option of Extension HeaderAlexis La Goutte2-123/+151
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-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