aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
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
2012-09-19From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7736 :Pascal Quantin1-37/+28
Fix dissection error of D-RELEASE and D-CONNECT in TETRA dissector svn path=/trunk/; revision=45004
2012-09-19Remove #defines that provided backward source compatibilityJörg Mayer1-28/+0
for deprecated dissector add/remmove/... functions. svn path=/trunk/; revision=45000
2012-09-19SCSI: Dont show two reserved bytes in the decode pane for standard INQ pageRonnie Sahlberg1-9/+1
svn path=/trunk/; revision=44999
2012-09-18From Daniel via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7716Alexis La Goutte3-5/+556
Adding VHT Radiotap fields support Parsing and UI representation for recently adopted VHT Radiotap fields for 802.11ac specification http://www.radiotap.org/defined-fields/VHT From me : * Make checkAPIs happy * Fix wrong last argument for some proto_tree_add_item * Use proto_tree_add_item when it is possible svn path=/trunk/; revision=44985
2012-09-18Revert r44978: dissector_add_uint: Legalize formerly improper use of the API ↵Jakub Zawadzki1-46/+39
when calling it with pattern value of 0 dissector_add_uint() is *not only* used by tcp.port/udp.port dissector tables where 0 is not valid port number, in some dissector tables 0 is valid protocol number, packet type, etc.. Sample dissectors using dissector_add_uint(.pattern = 0): packet-ansi_637.c:2348: dissector_add_uint("ansi_a.sms", 0, ansi_637_trans_handle); packet-cip.c:6017: dissector_add_uint("cip.class.iface", 0, cip_class_generic_handle ); packet-lon.c:723: dissector_add_uint("cnip.protocol", 0, lon_handle); packet-q931.c:3599: dissector_add_uint("lapd.sapi", LAPD_SAPI_Q931 /* 0 */, q931_handle); svn path=/trunk/; revision=44980
2012-09-18If all ports are set to 0, then register the handle so "Decode As..." works.Chris Maynard1-0/+12
svn path=/trunk/; revision=44979
2012-09-18dissector_add_uint:Jörg Mayer1-39/+46
Legalize formerly improper use of the API when calling it with pattern value of 0 svn path=/trunk/; revision=44978
2012-09-18Fix up proto_reg_handoff_hazelcast(), setting "initialized" to TRUE once ↵Chris Maynard1-13/+8
initialized and also avoiding duplicate "tcp.port" registration. svn path=/trunk/; revision=44977
2012-09-18Don't register to udp port 0.Chris Maynard1-2/+4
svn path=/trunk/; revision=44976