aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-09-11Revert r44869Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=44878
2012-09-11Bluetooth: Move HFP dissector from RFCOMM fileJakub Zawadzki4-60/+102
HFP is moved from RFCOMM where named HF. Then fix name to one used by SIG specification: HFP. Next step is improve dissection of HFP by dissect specific for this profile AT commands. From Michal Labedzki on behalf of Tieto Corporation Part of bug #7639 svn path=/trunk/; revision=44877
2012-09-11Differentiate between libnl versions. Feature parity with autofooJörg Mayer1-34/+57
for libnl. svn path=/trunk/; revision=44876
2012-09-11Upgrade LTE RRC dissector to v11.0.0Pascal Quantin5-10/+10
svn path=/trunk/; revision=44875
2012-09-11Add data parameter to dissector_try_uint_newJakub Zawadzki10-49/+50
svn path=/trunk/; revision=44874
2012-09-11Add new function: call_dissector_with_dataJakub Zawadzki3-3/+15
svn path=/trunk/; revision=44873
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki21-55/+55
svn path=/trunk/; revision=44872
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki44-76/+77
svn path=/trunk/; revision=44871
2012-09-11Enhance dissection of PSI1Pascal Quantin2-44/+156
svn path=/trunk/; revision=44870
2012-09-11Use correct protocol name for Bluetooth Handsfree color filtersPascal Quantin1-1/+1
svn path=/trunk/; revision=44869
2012-09-11SCSI: PMI and LBA are no longer part of READCAPACITY10 in current versions ↵Ronnie Sahlberg1-21/+0
of SBC svn path=/trunk/; revision=44867
2012-09-11SCSI: SBC, print the subcommand name in the info column for service-action-inRonnie Sahlberg1-0/+5
svn path=/trunk/; revision=44866
2012-09-11SCSI: SBC: READCAPACITY16 no longer have PMI or LBA in the request in modern ↵Ronnie Sahlberg1-14/+2
versions of the standard svn path=/trunk/; revision=44865
2012-09-10Use the native merge dialog on Windows. This may break non-Windows builds.Gerald Combs2-26/+51
svn path=/trunk/; revision=44864
2012-09-10Show our packets after we've loaded a file.Gerald Combs1-1/+1
svn path=/trunk/; revision=44863
2012-09-10Fix breakage from r44859.Gerald Combs1-16/+16
svn path=/trunk/; revision=44862
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki49-3684/+3683
svn path=/trunk/; revision=44861
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki336-775/+749
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-09-10Combine some of the the Windows and non-Windows merge code and make itGerald Combs3-242/+238
behave the same on each platform. This might break the non-Windows builds. I'll test & fix any problems shortly. svn path=/trunk/; revision=44859
2012-09-10add private data specifier for NorDigMartin Kaiser1-1/+3
trivial whitespace cleanup svn path=/trunk/; revision=44858
2012-09-10use proto_mpeg_descriptor_loop_dissect() in the NITMartin Kaiser1-8/+5
svn path=/trunk/; revision=44857
2012-09-10function to dissect a sequence of mpeg/dvb descriptorsMartin Kaiser2-1/+212
(such descriptor loops are part of all psi and si tables) take into account that a private data specifier descriptor may set the context for interpretation of subsequent descriptors in the loop as a first example, add the private descriptors defined by CI+ LLP svn path=/trunk/; revision=44856
2012-09-10fix compiler errorsMartin Kaiser1-4/+1
packet-gsm_rlcmac.c:6341: error: missing braces around initializer packet-gsm_rlcmac.c:473: error: hf_h110qi_t_tqi defined but not used packet-gsm_rlcmac.c:474: error: hf_packetuplinkid_tqi defined but not used packet-gsm_rlcmac.c:477: error: hf_multiblock_allocation_number_of_radio_blocks_allocated defined but not used svn path=/trunk/; revision=44855
2012-09-10From Mike Morrin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7686 :Pascal Quantin1-3186/+705
Remove duplicate hf items in packet-gsm_rlcmac.c svn path=/trunk/; revision=44854
2012-09-10Copy over HAVE_NL80211 from autofooJörg Mayer2-1/+14
svn path=/trunk/; revision=44853
2012-09-10update the expert info entries after a packet comment was modifiedMartin Kaiser3-0/+9
the packet comment window can be opened from the expert infos by clicking on a comment, when a comment is modified in this way, we have to cf_retap_packets() to update the expert infos window https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7690 svn path=/trunk/; revision=44852
2012-09-10Make the check for NL80211_CMD_SET_CHANNEL work by copyingJörg Mayer1-3/+14
the logic of the autofoo test. Using Cmake's check_symbol_exists is not an option as it will not work for enums and types. As this is documented in the manpage this is to be considered a feature and not a bug. svn path=/trunk/; revision=44851
2012-09-10Update svnversion.h with (short) SHA-1 commit id and branch when use git ↵Alexis La Goutte1-0/+27
repository svn path=/trunk/; revision=44850
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-6/+25
Enhance DNS Dissector Make WKS Type filterable svn path=/trunk/; revision=44849
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-3/+7
Enhance DNS Dissector Make PTR Type filterable svn path=/trunk/; revision=44848
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-25/+56
Enhance DNS Dissector Make SOA Type filterable svn path=/trunk/; revision=44847
2012-09-10Revert part of r44845 (packet-lppe.c) #failJakub Zawadzki1-78/+78
svn path=/trunk/; revision=44846
2012-09-10Propage changes done in generated dissectors to asn1/Jakub Zawadzki12-131/+135
svn path=/trunk/; revision=44845
2012-09-10Attempt to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5699 Jeff Morriss1-2/+2
and https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5979 : Don't cast the buffer address to int on Win32: a 64-bit address won't fit in an integer. svn path=/trunk/; revision=44844
2012-09-10Add SVN propertiesPascal Quantin1-1/+1
svn path=/trunk/; revision=44843
2012-09-10Compiler fixes to rev 44841Michael Mann1-6/+6
svn path=/trunk/; revision=44842
2012-09-10Add Bluetooth HID dissector ↵Michael Mann3-0/+1097
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7710) with some minor corrections done to the patch. svn path=/trunk/; revision=44841
2012-09-10Fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=44840
2012-09-10From Pontus Fuchs.Anders Broman2-2/+12
new check for the configure script to disable the tool bar if the nl80211.h is not good enough. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973 svn path=/trunk/; revision=44839
2012-09-10Only check if the NL-stuff isn't in the caches alreadyJörg Mayer1-38/+45
svn path=/trunk/; revision=44838
2012-09-10From Michal Labedzki:Anders Broman1-44/+44
Bluetooth: Use correct names for ACL dissector Dissector name is "bthci_acl" so use it for convention. Also some cosmetic alignments https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=44837
2012-09-10From Michal Labedzki:Anders Broman1-22/+22
Bluetooth: Use correct names for SCO dissector Dissector name is "bthci_sco" so use it for convention. Also some cosmetic alignments. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=44836
2012-09-10From Michal Labedzki:Anders Broman1-2/+2
Bluetooth: Fix registering DUN and SPP Use correct variable instead of used by HFP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=44835
2012-09-10From Michal Labedzki:Anders Broman1-0/+10
Bluetooth: Add colors for Bluetooth dissectors Add color for: HCI_CMD, HCI_EVT, SCO, L2CAP, RFCOMM, HFP and OBEX. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=44834
2012-09-10From Michal Labedzki:Anders Broman1-1/+1
Fix casting to make compilator happy again. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=44833
2012-09-10Fix AVP attribute.Anders Broman1-1/+1
svn path=/trunk/; revision=44832
2012-09-10From Michal Labedzki on behalf of Tieto Corporation:Anders Broman1-39/+128
Bluetooth: Update SDP headers to latest ASSIGNED NUMBERS Based on value provided by Bluetooth SIG: https://www.bluetooth.org/Technical/AssignedNumbers/service_discovery.htm https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=44831
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-35/+35
Enhance DNS Dissector Fix indent (remove tabs) svn path=/trunk/; revision=44830
2012-09-10From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-2/+85
Enhance DNS Dissector Add new DNS type : TLSA/DANE (52) RFC6698 The DNS-Based Authentication of Named Entities (DANE) Transport Layer Security (TLS) Protocol: TLSA svn path=/trunk/; revision=44829
2012-09-10From Rick Krull:Anders Broman1-0/+1
One can't resize the columns on several "tree views". The one that I ran into was "Decode As: Show". I added "set_resizable" to make it resizable. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7706 svn path=/trunk/; revision=44828