summaryrefslogtreecommitdiff
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-16Fix a copy/paste errorPascal Quantin1-7/+7
2012-10-16Add value_string for PDP TypePascal Quantin1-1/+10
2012-10-16From "msp":Anders Broman1-2/+4
2012-10-16Enhancements to DNP3.0 Control Code Dissection (https://bugs.wireshark.org/bu...Michael Mann1-9/+11
2012-10-16From Benjamin Stocks:Anders Broman1-31/+54
2012-10-16Fix dissection of Text String data objectPascal Quantin1-7/+19
2012-10-16Remove spurious trailing '%' in format [-Werror=format]Anders Broman1-1/+1
2012-10-16replace proto_tree_add_text with filterable items and expert info to get a fe...Michael Mann6-463/+568
2012-10-15(try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7862Martin Kaiser1-2/+8
2012-10-15From Alexander KoeppeMartin Kaiser1-32/+44
2012-10-15Dissect more Application Toolkit commandsPascal Quantin1-7/+219
2012-10-15From Rakesh Kumar:Anders Broman1-1/+1
2012-10-15Try to get rid of some of the" pedantic" warnings.Anders Broman1-3/+3
2012-10-14Clean up the "round up to a multiple of 4" code a bit.Guy Harris1-2/+2
2012-10-14According toGuy Harris1-103/+174
2012-10-14The strings added to the value_string table for X11 opcodes forGuy Harris1-19/+8
2012-10-14Fix compile error.Bill Meier1-1/+1
2012-10-14Minor changes:Bill Meier1-97/+102
2012-10-14remove unused variable; fixes compile error.Bill Meier1-1/+0