aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-23Add lua_nstime_to_sec()Jakub Zawadzki1-4/+10
2012-09-23Cleanup wslua PINFO_GET_* macros. It's portable, right?Jakub Zawadzki1-47/+22
2012-09-23[Automatic manuf, services and enterprise-numbers update for 2012-09-23]Gerald Combs1-12/+188
2012-09-23Fix some unused variable warnings from GCC.Evan Huus3-6/+0
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann10-556/+810
2012-09-22Fixup vlan_flags bug introduced with r45054Chris Maynard1-4/+4
2012-09-22replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-463/+602
2012-09-22Note that Banyan don't exist any more, so you can't order a dead-treeGuy Harris1-0/+13
2012-09-22Remove incorrect extra hf_vines_ip_length - what's being constructedGuy Harris1-4/+2
2012-09-21Upgrade PDCP LTE dissector to v11.0.0Pascal Quantin3-40/+107
2012-09-21Upgrade MAC LTE dissector to v11.0.0Pascal Quantin1-21/+34
2012-09-21Dissect Update UE Location Information messagePascal Quantin2-3/+140
2012-09-21Test Procedures messages should be also integrity protectedPascal Quantin1-1/+1
2012-09-21Detected typos in speech codec value.Anders Broman1-30/+24
2012-09-21Fix bug #7669: Preference editor removes (does not save) column definitions a...Jakub Zawadzki1-26/+26
2012-09-21Assuming transport_protocol is a guint8.Anders Broman1-1/+1
2012-09-21From Michal Labedzki:Anders Broman2-1/+4
2012-09-21From Michal Labedzki:Anders Broman3-0/+745
2012-09-21From Michal Labedzki:Anders Broman12-46/+17
2012-09-21From Michal Labedzki:Anders Broman1-1/+1
2012-09-21From Michal Labedzki:Anders Broman1-11/+60
2012-09-20I guess the IETF is now keeping expired I-Ds around; alternic doesn'tGuy Harris1-2/+2
2012-09-20Add URL for WCCP V2 revision 1Jörg Mayer1-0/+4
2012-09-20started a dissector for DTCP-IPMartin Kaiser3-0/+338
2012-09-20As suggested by Xavier Raynaud in https://bugs.wireshark.org/bugzilla/show_bu...Jeff Morriss2-6/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1097-3018/+823
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss121-309/+67
2012-09-19Fix up some indentation and trailing white space.Jeff Morriss1-22/+22
2012-09-19Since r41681, IPv6 sets pinfo->ip_ttl as the hop limit, so display that in theChris Maynard1-1/+2
2012-09-19Fix request/response tracking with checksum corner case.Chris Maynard2-2/+6
2012-09-19Revert r45005.Martin Mathieson5-48/+63
2012-09-19Make proto_item_append_string() behave sanely, and use it in a few moreMartin Mathieson5-63/+48