aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann55-99/+95
2015-01-07Replace bytes_to_ep_str_punct with wmem equivalent.Michael Mann2-3/+5
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann11-24/+24
2015-01-07[MIP6] Update to handling ofAndersBroman1-17/+3
2015-01-07Use tvb_address_to_str as an optimizationMichael Mann2-16/+4
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann17-397/+267
2015-01-07DJIUAV: small cleanupsPascal Quantin1-8/+12
2015-01-07SMB: the "encryption key" in the negotiate response is not really a keyMartin Kaiser1-27/+27
2015-01-07Add tvb_address_to_str.Michael Mann3-7/+6
2015-01-07Improved handling of ARDP fragmented packets.Joseph Huffman1-19/+66
2015-01-06MBIM: call dissector_(add|delete)_uint only when necessaryPascal Quantin1-6/+9
2015-01-06NetFlow: Add Ixia 'IxFlow' fields and make some general usability improvementsMartin Mathieson1-36/+531
2015-01-06DJI UAV: Add dissector to autotools and add modelines infoAlexis La Goutte2-0/+14
2015-01-06DNS: fix no previous prototype for 'qname_labels_count' [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2015-01-06p_mul: Indicate if fletcher algorithm is used.Stig Bjørlykke1-2/+9
2015-01-06s5066ses: Fixed some missing sapid mappings.Stig Bjørlykke1-2/+2
2015-01-06s5066sis: Consume transport layer data in S5066sisRicardo Cristian Ramirez5-459/+634
2015-01-05Squelch harmless compiler warnings.Guy Harris1-3/+3
2015-01-05Beginnings of dissection of the dji drones control protocol.Joerg Mayer1-0/+389
2015-01-05Get rid of some GNU make extensions so users can build withStephen Fisher1-1/+1
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-2/+2
2015-01-05OSITP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+0
2015-01-05SMTP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2015-01-05Added DNS statistics supportDario Lombardo1-13/+183
2015-01-04ACSE: get rid of an evil global variablePascal Quantin1-32/+52
2015-01-04PKIX1Explicit: get rid of an evil global variablePascal Quantin1-14/+22
2015-01-04Convert "FC Member Identifier" fields from all strings to their "native" form...Michael Mann3-170/+157
2015-01-04Make sure we don't underrun a buffer when decrypting SSL.Gerald Combs1-0/+4
2015-01-04TCP: Update Multipath TCP (MPTCP) to final RFC (RFC 6824)Alexis La Goutte1-36/+68
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann13-188/+132
2015-01-04gmr1_rach: Update dual-values fields to use true_false_stringSylvain Munaut1-17/+24
2015-01-04gmr1_rach: Add support for GmPRS/GMR-1 3G Channel Request Type 1 & 2Sylvain Munaut1-16/+446
2015-01-04GTPv2: fix Logically dead code (CID 1250813)Alexis La Goutte1-6/+7
2015-01-04BACAPP: fix empty paragraph passed to '@param' command [-Wdocumentation]Alexis La Goutte1-1/+1
2015-01-04GTPv2: fix Logically dead code (CID 1255924)Alexis La Goutte1-1/+1
2015-01-04gmr1_rach: Fixup the MOC Dialled Number decodingSylvain Munaut1-34/+77
2015-01-04gmr1_rach: Update NULL GPS position decoding with realitySylvain Munaut1-3/+14
2015-01-04gmr1_rach: Use FT_INT24 instead of FT_UINT24 for latitude/longitudeSylvain Munaut1-15/+5
2015-01-04WiFi Display: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2015-01-03IPv6: do not allocate tap data on stackPascal Quantin1-11/+11
2015-01-03Remove the probes from packet-kerberos.c.Guy Harris1-17/+3
2015-01-03Stick some #define probes in on Windows.Guy Harris1-3/+17
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann17-862/+885
2015-01-02Don't define a stub read_keytab_file() on Windows if we don't have Kerberos.Guy Harris1-25/+6
2015-01-02USB HID: fix report descriptor main items dissectionPascal Quantin1-9/+9
2015-01-02mux27010: Add a link to info about the mux27010 packet structure.Bill Meier1-0/+11
2015-01-02ositp: fix some BASE_ errors from g7935ba9f5beEvan Huus1-3/+3
2015-01-02Eliminate proto_tree_add_text from packet-ositp.cMichael Mann1-178/+178
2015-01-02Always set decrypt_len when setting decrypt.Guy Harris1-3/+8
2015-01-02When deccoding base-64, the result is the length of the *decoded* result.Guy Harris1-28/+43