aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
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
2012-09-18Don't register to udp/tcp port 0, but use dissector_add_handle() instead.Chris Maynard1-5/+2
svn path=/trunk/; revision=44975
2012-09-18Fix dissection of Scheduling Information MAC Control Element when it is the ↵Pascal Quantin1-5/+13
only LCID in the MCH PDU svn path=/trunk/; revision=44973
2012-09-18parse nfsv4.1 SEQUENCE status flags ↵Michael Mann1-73/+150
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7726) svn path=/trunk/; revision=44970
2012-09-18Only provide the parameter data in the tvb used when calling subdissector ↵Anders Broman1-2/+4
for private extensions. Add vendor ID to item. Show flags in hex. svn path=/trunk/; revision=44967
2012-09-18Fix uninitialized value warnings from GCC.Evan Huus1-3/+3
svn path=/trunk/; revision=44966
2012-09-18Do some reformatting.Bill Meier1-119/+205
svn path=/trunk/; revision=44965
2012-09-18From Michael Lum: Fix typo.Bill Meier1-1/+1
svn path=/trunk/; revision=44964
2012-09-18Initialize all hf's to -1, not 0.Chris Maynard1-20/+20
svn path=/trunk/; revision=44962
2012-09-18Two hf's were not initialized to -1. They are now.Chris Maynard1-2/+2
svn path=/trunk/; revision=44961
2012-09-18Initialize ett's and hf's to "-1", not "- 1".Chris Maynard1-4/+4
svn path=/trunk/; revision=44959
2012-09-17There is no proto_reg_handoff_data() so don't prototype it. Remove ↵Jeff Morriss1-3/+0
unnecessary include (glib.h). svn path=/trunk/; revision=44953
2012-09-17#include <epan/prefs.h> not req'd.Bill Meier1-2/+1
svn path=/trunk/; revision=44951
2012-09-17Cleanup:Bill Meier1-236/+234
- fix two cases of potential infinite loop while dissecting; [for (guint8 i; i <= guint8 end; i++)] - col_...() fcns should not be called under 'if (tree)' - remove unneeded initializers; - move proto_reg_handoff...() to the end of the file as per convention; - remove some boilerplate comments; - use consistent indentation and whitespace style; - remove some trailing whitespace. svn path=/trunk/; revision=44950
2012-09-17Cleanup:Bill Meier1-174/+217
- fix several instances of a potential infinte loop while dissecting TLVs; (it would be nice to have a valid capture file so this dissector can be fuzz-tested) - move proto_reg_handoff...() to the end of the file as per convention; - do find_dissector() only once in proto_reg_handoff...(); - reformat some long lines; - replace some tabs by spaces and do other whitespace changes. svn path=/trunk/; revision=44949
2012-09-17Update dissection of Request type IEPascal Quantin1-0/+1
svn path=/trunk/; revision=44948
2012-09-17Handle SDP_CRYPTO optional parameters better.Anders Broman1-147/+158
svn path=/trunk/; revision=44946
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-25/+78
Enhance DNS Dissector Enhance DNS : make DNSKEY type filterable svn path=/trunk/; revision=44945
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-37/+74
Enhance DNS Dissector Enhance DNS : make RRSIG type filterable svn path=/trunk/; revision=44944
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-6/+52
Enhance DNS Dissector Enhance DNS : make TXT, SPF type filterable svn path=/trunk/; revision=44943
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-4/+17
Enhance DNS Dissector Enhance DNS : make MX filtereable svn path=/trunk/; revision=44942
2012-09-17From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7709Alexis La Goutte1-5/+36
Enhance DNS Dissector Enhance DNS : make HINFO filtereable svn path=/trunk/; revision=44941
2012-09-17Fix errors in the packet length checks.Anders Broman1-2/+5
svn path=/trunk/; revision=44939
2012-09-17Add IPv6 heuristic.Anders Broman1-27/+78
svn path=/trunk/; revision=44938
2012-09-17Add eol-style and keywords to SVN properties.Evan Huus1-875/+875
svn path=/trunk/; revision=44936
2012-09-17Make it compile with GCC.Evan Huus1-5/+5
svn path=/trunk/; revision=44935
2012-09-17Add IETF ForCES(Forwarding and Control Element Separation) dissector ↵Michael Mann3-0/+877
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3534) svn path=/trunk/; revision=44934
2012-09-16Add packet-interlink to CMake build to maintain parity with automake as ofEvan Huus1-0/+1
revision 44927. svn path=/trunk/; revision=44928
2012-09-16Complete process of moving packet-interlink to a built-in dissector:Bill Meier2-1/+2
- Add packet-interlink.c to Makefile.common (Not included in SVN #37610-37612); See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6005 - Also: update signature for dissect_interlink_heur() (as per recent changes). svn path=/trunk/; revision=44927
2012-09-16[Automatic manuf, services and enterprise-numbers update for 2012-09-16]Gerald Combs1-3/+91
svn path=/trunk/; revision=44924
2012-09-15From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus6-24/+49
Make right-click + apply-as-filter work in the packet list for non-ethernet frames (such as ieee 802.11 frames). svn path=/trunk/; revision=44921
2012-09-15From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus2-0/+14
Add get_filter method to Wireshark's Lua interface (to correspond with the already-exposed set_filter method). svn path=/trunk/; revision=44916
2012-09-15Avoid a stack-smash when decoding the new DNS option field if the length isEvan Huus1-1/+8
malformed. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7730 svn path=/trunk/; revision=44915
2012-09-14Fix up the (#if'd out) sequence number analysis debug code so that it ↵Jeff Morriss1-105/+109
compiles and is easier to read. Also fix up some white space. svn path=/trunk/; revision=44903
2012-09-14Try to make the buildbot happy.Anders Broman1-2/+2
svn path=/trunk/; revision=44901
2012-09-14Heuristically dissect TIPC IP payloads.Anders Broman1-0/+42
svn path=/trunk/; revision=44900
2012-09-14From Mike Morrin:Anders Broman4-74/+76
Fix pedantic compiler warnings in csn.1 dissectors. There is some tricky casting going on in csn.1 structures. To eliminate all the warnings, the function pointers needed to be moved out of the object pointer unions. Fortunately macros (mostly) hide these changes from the protocol dissector tables. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7686 svn path=/trunk/; revision=44899