aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2012-09-25Decode some more elements.Jörg Mayer1-8/+102
svn path=/trunk/; revision=45119
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann14-396/+647
added tfs_no_yes to tfs.[ch] svn path=/trunk/; revision=45115
2012-09-24From Steve Magnani via ↵Pascal Quantin1-10/+10
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7753 : Fix display of WRITE BUFFER and SEND DIAGNOSTIC fields in SCSI dissector svn path=/trunk/; revision=45111
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki95-578/+578
svn path=/trunk/; revision=45110
2012-09-24Beginnings of the Foundry Discovery Protocol (FDP) dissector.Jörg Mayer4-0/+377
While FDP is (mostly) deprecated, it is still in use. svn path=/trunk/; revision=45103
2012-09-24Get rid of ../../epan/address.h:65:19: warning: comma at end of enumerator ↵Anders Broman1-1/+1
list [-pedantic] svn path=/trunk/; revision=45102
2012-09-24Try to passify the buildbots by:Anders Broman1-12/+13
- Using G_GINT64_CONSTANT for 64 bit constants. - Using guint64 and G_GINT64_MODIFIER where apropriate - set individual struct members. - cast time_t to guint i two places. svn path=/trunk/; revision=45101
2012-09-24packet-btavctp.c:107: warning: 'number_of_packets' may be used uninitialized ↵Anders Broman1-2/+2
in this function packet-btavctp.c:105: warning: 'pid' may be used uninitialized in this function svn path=/trunk/; revision=45100
2012-09-24From Michal Labedzki:Anders Broman3-0/+2989
Add Bluetooth Profile AVRCP. Supported version: 1.5. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7740 svn path=/trunk/; revision=45099
2012-09-24From Michal Labedzki:Anders Broman4-0/+404
Add Bluetooth Protocol AVCTP. Supported version: 1.4. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7675 svn path=/trunk/; revision=45097
2012-09-24Whitespace fixesJörg Mayer1-18/+18
svn path=/trunk/; revision=45095
2012-09-24Also avoid some unnecessary calls to strcmp() here, where the releaseMartin Mathieson1-10/+2
number at the end isn't important to know. svn path=/trunk/; revision=45092
2012-09-24Use proto_tree_add_item() and value_strings in a couple of more places.Anders Broman1-43/+52
svn path=/trunk/; revision=45087
2012-09-24replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-395/+798
svn path=/trunk/; revision=45082
2012-09-23Move potential dereference until *after* the null-check.Evan Huus1-2/+2
Caught by cppcheck. svn path=/trunk/; revision=45081
2012-09-23Let's be consistent and display lte_rrc root for all LTE RRC messagesPascal Quantin5-81/+105
svn path=/trunk/; revision=45080
2012-09-23expert_add...() shouldn't be called under 'if (tree)'.Bill Meier1-34/+46
svn path=/trunk/; revision=45072
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki5-66/+117
This commit reduces size (from 144B to 128B on AMD64) of frame_data structure. Part of bug 5821: Reduce per-packet memory requirements. svn path=/trunk/; revision=45071
2012-09-23Add lua_nstime_to_sec()Jakub Zawadzki1-4/+10
svn path=/trunk/; revision=45070
2012-09-23Cleanup wslua PINFO_GET_* macros. It's portable, right?Jakub Zawadzki1-47/+22
svn path=/trunk/; revision=45067
2012-09-23[Automatic manuf, services and enterprise-numbers update for 2012-09-23]Gerald Combs1-12/+188
svn path=/trunk/; revision=45065
2012-09-23Fix some unused variable warnings from GCC.Evan Huus3-6/+0
svn path=/trunk/; revision=45064
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann10-556/+810
svn path=/trunk/; revision=45059
2012-09-22Fixup vlan_flags bug introduced with r45054Chris Maynard1-4/+4
svn path=/trunk/; revision=45055
2012-09-22replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-463/+602
svn path=/trunk/; revision=45054
2012-09-22Note that Banyan don't exist any more, so you can't order a dead-treeGuy Harris1-0/+13
version of the VINES documentation from them. However, there appear to be online versions available; give the URLs for them. svn path=/trunk/; revision=45052
2012-09-22Remove incorrect extra hf_vines_ip_length - what's being constructedGuy Harris1-4/+2
there is the Transport Control field and subfields thereof, not the packet length field. Update some URLs. svn path=/trunk/; revision=45051
2012-09-21Upgrade PDCP LTE dissector to v11.0.0Pascal Quantin3-40/+107
svn path=/trunk/; revision=45049
2012-09-21Upgrade MAC LTE dissector to v11.0.0Pascal Quantin1-21/+34
svn path=/trunk/; revision=45048
2012-09-21Dissect Update UE Location Information messagePascal Quantin2-3/+140
svn path=/trunk/; revision=45047
2012-09-21Test Procedures messages should be also integrity protectedPascal Quantin1-1/+1
svn path=/trunk/; revision=45046
2012-09-21Detected typos in speech codec value.Anders Broman1-30/+24
- Refactored code to use proto_tree_add_item() and use a value string. svn path=/trunk/; revision=45044
2012-09-21Fix bug #7669: Preference editor removes (does not save) column definitions ↵Jakub Zawadzki1-26/+26
after the 27th. put_string_list() was generating string with list of columns to be saved to preference file, but buffer is limited to MAX_FMT_PREF_LEN (1024 bytes). It looks like 1024 bytes is not enough. Fix bug by writting directly to file. svn path=/trunk/; revision=45043
2012-09-21Assuming transport_protocol is a guint8.Anders Broman1-1/+1
svn path=/trunk/; revision=45042
2012-09-21From Michal Labedzki:Anders Broman2-1/+4
Bluetooth: Provide PSM for higher layers This is needed by AVRCP, HCRP and AVDTP to recognize other substreams. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7740 svn path=/trunk/; revision=45041
2012-09-21From Michal Labedzki:Anders Broman3-0/+745
Add SAP dissector Add Bluetooth Profile SAP. Supported version: 1.1. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7715 svn path=/trunk/; revision=45040
2012-09-21From Michal Labedzki:Anders Broman12-46/+17
Bluetooth: Cleanup headers Remove redundant headers and sort existing to chosen convention. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=45039
2012-09-21From Michal Labedzki:Anders Broman1-1/+1
FCS is not part of "Control" subtree so move it. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=45038
2012-09-21From Michal Labedzki:Anders Broman1-11/+60
Bluetooth: Improve internal Decode By Channel for RFCOMM Use UAT to allow user to force set top dissector per channel. Only first found dissection for specified channel is used, the rest can be used as well-known protocol on channel, but not for current logs. Also user can turn on/off this dissection by one-click preference. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=45037
2012-09-20I guess the IETF is now keeping expired I-Ds around; alternic doesn'tGuy Harris1-2/+2
have that one any more. svn path=/trunk/; revision=45030
2012-09-20Add URL for WCCP V2 revision 1Jörg Mayer1-0/+4
svn path=/trunk/; revision=45028
2012-09-20started a dissector for DTCP-IPMartin Kaiser3-0/+338
(Digital Transmission Content Protection over IP) svn path=/trunk/; revision=45027
2012-09-20As suggested by Xavier Raynaud in ↵Jeff Morriss2-6/+9
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6425 : scanner.c includes (depends on) grammar.h so mark it so in the Makefiles. svn path=/trunk/; revision=45020
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1097-3018/+823
svn path=/trunk/; revision=45017
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss121-309/+67
svn path=/trunk/; revision=45016
2012-09-19Fix up some indentation and trailing white space.Jeff Morriss1-22/+22
svn path=/trunk/; revision=45009
2012-09-19Since r41681, IPv6 sets pinfo->ip_ttl as the hop limit, so display that in theChris Maynard1-1/+2
INFO column, similar to how IPv4 displays the TTL. svn path=/trunk/; revision=45008
2012-09-19Fix request/response tracking with checksum corner case.Chris Maynard2-2/+6
svn path=/trunk/; revision=45007
2012-09-19Revert r45005.Martin Mathieson5-48/+63
svn path=/trunk/; revision=45006
2012-09-19Make proto_item_append_string() behave sanely, and use it in a few moreMartin Mathieson5-63/+48
dissectors. svn path=/trunk/; revision=45005