summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Try using UTF8_RIGHTWARDS_ARROW to indicate direction.Gerald Combs1-1/+1
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann15-231/+159
2013-11-12From Michal LabedskiMartin Kaiser1-4/+4
2013-11-12remove pointless if (tree) checksMartin Kaiser1-57/+39
2013-11-12Remove some #include (Found by iwyu)Alexis La Goutte3-5/+0
2013-11-12Fix typo (for generated Documentation)Alexis La Goutte1-1/+1
2013-11-12Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+1
2013-11-12Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-11-12Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2013-11-11Include rohc struct inside pdcp instead of repeating all of the fieldsMartin Mathieson4-53/+35
2013-11-11replace proto_tree_add_string_format_value() with proto_tree_add_item()Martin Kaiser1-2/+4
2013-11-11Mark some parameters unused.Gerald Combs2-2/+2
2013-11-11From Michael Bean via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9384 :Pascal Quantin2-0/+20
2013-11-11From doh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9112 :Pascal Quantin1-3/+3
2013-11-11Remove tcp_tree from packet_info structure.Michael Mann2-4/+2
2013-11-11Create separate heuristic dissectors for TCP and UDP dissection. Some of the...Michael Mann1-152/+140
2013-11-11From Peter LemenkovMartin Kaiser1-1/+16
2013-11-11fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9411Martin Kaiser1-0/+5
2013-11-11fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9409Martin Kaiser1-5/+2
2013-11-11tcp_dissect_pdus can handle both desegmented and complete packets, so have th...Michael Mann1-29/+14
2013-11-11Decode more error replies in RTPproxy dissector. Bug 9408 (https://bugs.wire...Michael Mann1-8/+22
2013-11-11Do some whitespace & formatting style changes;Bill Meier2-1390/+1400
2013-11-10Pass "wild_card" directly to dissector instead of using private_data. "h248t...Michael Mann1-8/+7
2013-11-10Use ASN.1 private data instead of pinfo->private_data to exchange kerberos ca...Michael Mann1-15/+6
2013-11-10Mark a parameter unused.Gerald Combs1-1/+1
2013-11-10pinfo->private_data is no longer being used, so adjust the logic accordingly.Michael Mann1-3/+4
2013-11-10context is not being passed to dissector, not through pinfo->private_data so ...Michael Mann1-5/+3
2013-11-10No need to include whole <epan/packet.h>Jakub Zawadzki2-2/+3
2013-11-10Move #defines from packet-hclnfsd.h into the dissector since there is no exte...Michael Mann3-50/+21
2013-11-10Fix buildbot:Jakub Zawadzki1-0/+1
2013-11-10Have rpc_call_info_value be passed through to (sub)dissectors instead of usin...Michael Mann9-270/+248
2013-11-10Move REPORT_DISSECTOR_BUG() body to proto_report_dissector_bug() function. Re...Jakub Zawadzki2-5/+13
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki122-64/+216
2013-11-10try to fix buildbot:Jakub Zawadzki1-1/+1
2013-11-10Fix buildbot:Jakub Zawadzki1-0/+1
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki8-84/+94
2013-11-10missing include for tvbtest + add 'const' (silent most of warnings).Jakub Zawadzki1-1/+2
2013-11-10Remove <epan/ipv6-utils.h> from tvbuff.Jakub Zawadzki3-1/+4
2013-11-10Don't test for guard-include-define (or how it's called) inside including hea...Jakub Zawadzki2-3/+1
2013-11-10exceptions.h not needed by tvbuff.h (no much progress because it's needed by ...Jakub Zawadzki3-1/+2
2013-11-10From Zoltán Lajos Kis:Anders Broman4-1280/+1285
2013-11-10Fix compilation under Linux (Ubuntu)Alexis La Goutte1-10/+10
2013-11-10Move prototype of bytes_to_str, bytes_to_str_punct to correct header.Jakub Zawadzki7-27/+29
2013-11-10Add data parameter to dissect_function_t in vsff structure. The intention he...Michael Mann31-575/+572
2013-11-09Register openvpn over TCP and UDP under different dissector names.Michael Mann1-2/+2
2013-11-09Modify TCPENCAP heuristic to avoid triggering a 'packet size limited during c...Pascal Quantin1-0/+3
2013-11-09Fix unused and shadow variable errors.Gerald Combs3-5/+5
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann118-1736/+1841
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki33-8/+41
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki36-36/+0