aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-09-29From Andrew Kampjes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7750Evan Huus1-5/+17
2012-09-29From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7615 :Pascal Quantin2-296/+329
2012-09-29From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7767Alexis La Goutte1-1/+6
2012-09-28Remove a duplicate hfPascal Quantin1-7/+1
2012-09-28Remove a duplicate hfPascal Quantin1-12/+4
2012-09-28Fix another "set but unused" compiler warning...Bill Meier1-4/+1
2012-09-28Fix "set but unused" compiler error.Bill Meier1-2/+0
2012-09-28Cleanup:Bill Meier12-955/+907
2012-09-28Revert r21471: previous decoding of APN was matching 3GPP 23.003 chapter 9.1 ...Pascal Quantin1-2/+12
2012-09-28Upgrade LTE Positioning Protocol to V11.0.0Pascal Quantin2-3/+76
2012-09-28Get rid of HAVE_CONFIG_H for cmake. Fix one case where it was still used.Jörg Mayer1-2/+0
2012-09-27Get rid of unused variable.Guy Harris1-3/+0
2012-09-27Fix for buildbot warning on OSX-10.6-x64Greg Morris1-1/+1
2012-09-27Added additional server information in NCP 23/17 reply structure for OES Linux.Greg Morris2-35/+73
2012-09-27replaced decode_enumerated_bitfield calls with itemized filtersMichael Mann3-37/+48
2012-09-27Don't pass a null pointer to strcmp.Gerald Combs1-72/+72
2012-09-27Allow dissection of partial jpegs by a modification of the heuristics.Chris Maynard1-2/+2
2012-09-27Fix duplicated field: nmpi.name_flagsJakub Zawadzki1-5/+0
2012-09-27replaced decode_numeric_bitfield calls with filterable item or removed it if ...Michael Mann4-45/+56
2012-09-27remove decode_numeric_bitfield + cleanup.Michael Mann1-1045/+870
2012-09-26Put the individual property flags under the properties item, rather thanGuy Harris1-6/+6
2012-09-26Show the PID field of the transport feedback NACK as "RTCP TransportGuy Harris1-10/+9
2012-09-26Just append the ": " to the generic NACK BLP item, don't replace itsGuy Harris1-8/+3
2012-09-26add the the necessary tfs variables for rev 45152Michael Mann2-0/+8
2012-09-26replaced decode_boolean_bitfield calls with itemized filtersMichael Mann10-424/+592
2012-09-26minor endian bugfixMichael Mann1-1/+1
2012-09-26In get_unicode_or_ascii_string(), check if the length is odd/even, not the of...Chris Maynard1-1/+1
2012-09-26Control the heuristic dissector with a preference. It is only a 7-bitMartin Mathieson1-1/+10
2012-09-25Note that it's a smart card standard.Guy Harris1-1/+1
2012-09-25trival: replaced tabs with spaces, added modelinesMartin Kaiser1-1/+14
2012-09-25From Michal LabedzkiMartin Kaiser2-29/+67
2012-09-25replaced decode_boolean_bitfield, decode_numeric_bitfield, and decode_enumera...Michael Mann1-487/+475
2012-09-25Decode some more elements.Jörg Mayer1-8/+102
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann14-396/+647
2012-09-24From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=77...Pascal Quantin1-10/+10
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki95-578/+578
2012-09-24Beginnings of the Foundry Discovery Protocol (FDP) dissector.Jörg Mayer4-0/+377
2012-09-24Get rid of ../../epan/address.h:65:19: warning: comma at end of enumerator li...Anders Broman1-1/+1
2012-09-24Try to passify the buildbots by:Anders Broman1-12/+13
2012-09-24packet-btavctp.c:107: warning: 'number_of_packets' may be used uninitialized ...Anders Broman1-2/+2
2012-09-24From Michal Labedzki:Anders Broman3-0/+2989
2012-09-24From Michal Labedzki:Anders Broman4-0/+404
2012-09-24Whitespace fixesJörg Mayer1-18/+18
2012-09-24Also avoid some unnecessary calls to strcmp() here, where the releaseMartin Mathieson1-10/+2
2012-09-24Use proto_tree_add_item() and value_strings in a couple of more places.Anders Broman1-43/+52
2012-09-24replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-395/+798
2012-09-23Move potential dereference until *after* the null-check.Evan Huus1-2/+2
2012-09-23Let's be consistent and display lte_rrc root for all LTE RRC messagesPascal Quantin5-81/+105
2012-09-23expert_add...() shouldn't be called under 'if (tree)'.Bill Meier1-34/+46
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki5-66/+117