aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2012-10-22FixJörg Mayer1-2/+2
2012-10-22FixAnders Broman1-2/+1
2012-10-22from Allan M. Madsen:Anders Broman8-157/+3905
2012-10-22From Matthias St. Pierre:Anders Broman2-11/+34
2012-10-22Bug 7884 - replace proto_tree_add_text with expert_info for packet-mpls-echo....Michael Mann3-109/+132
2012-10-21From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-15/+17
2012-10-21Fix a few errors found by checkhf.pl and fix-encoding-args.plPascal Quantin1-15/+8
2012-10-21From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-35/+22
2012-10-21From Sho Amano via https://www.wireshark.org/lists/wireshark-dev/201210/msg00...Pascal Quantin1-4/+4
2012-10-21Make Windows Buildbot happyAlexis La Goutte1-1/+1
2012-10-21AddressString can have a size of 1, fixes Bug 7882 -GSM_MAP show malformed Pa...Anders Broman1-6/+9
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2012-10-21Fix Passed-by-value struct argument contains uninitialized data Warning found...Alexis La Goutte1-0/+3
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-10/+9
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2012-10-191) Use tvb_reported_length_remaining instead of tvb_reported_length_remaining.Chris Maynard1-13/+13
2012-10-18Minor Updates:Bill Meier1-138/+643
2012-10-18Minor cleanup:Bill Meier4-11/+11
2012-10-18(try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7871Martin Kaiser1-1/+1
2012-10-18minor cleanup of packet-wtp.cMartin Kaiser1-758/+731
2012-10-18(Trivial)Bill Meier1-21/+25
2012-10-18add CC datatype IDs for the SRM protocolMartin Kaiser1-0/+4
2012-10-18Minor cleanup:Bill Meier1-1300/+1299
2012-10-18Minor cleanup:Bill Meier1-159/+154
2012-10-18Minor cleanup:Bill Meier1-6/+5
2012-10-18Don't mark used arguments with _U_. Whitespace: tabs -> spaces.Chris Maynard1-245/+245
2012-10-18Minor cleanup:Bill Meier1-442/+512
2012-10-18Fix Coverity CID 739070: Unused pointer value.Chris Maynard1-1/+1
2012-10-18Minor cleanup:Bill Meier1-73/+70
2012-10-18Minor cleanup:Bill Meier1-480/+479
2012-10-18Dissect additional information parameters for Result objectPascal Quantin1-3/+132
2012-10-18tvb_reported_length_remaining() can return -1, so don't assign the return val...Chris Maynard1-2/+2
2012-10-18General cleanup:Bill Meier1-338/+253
2012-10-18From Matthias St. Pierre:Anders Broman1-5/+11
2012-10-18Add a few EUTRAN related elementary files and reorder some value_string arraysPascal Quantin1-26/+34
2012-10-18Reformat for readability:Bill Meier1-1400/+1798
2012-10-17Cleanup:Bill Meier1-119/+105
2012-10-17fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7869Martin Kaiser1-1/+1
2012-10-17Fix some UM sequence analysis issues.Martin Mathieson1-22/+22
2012-10-17The first 4 bytes of the Prism header are, apparently, a "message code",Guy Harris1-66/+89
2012-10-16Add dissection of ENVELOPE event download and timer expirationPascal Quantin1-1/+8
2012-10-16fix some more cases where tvb_length_remaining() is assignedMartin Kaiser1-3/+3
2012-10-16make the variable that holds tvb_length_remaining() a signed integerMartin Kaiser1-1/+1
2012-10-16Dissect a few more command qualifiersPascal Quantin1-0/+26
2012-10-16Fix dissection of BER-TLV and COMPREHENSION-TLV length and COMPREHENSION-TLV tagPascal Quantin2-8/+45
2012-10-16General cleanup:Bill Meier1-650/+648