aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann17-63/+43
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann15-71/+71
2015-01-08Various minor updates to the LBM dissectors.David Ameiss1-16/+34
2015-01-08FT_DOUBLEs are 8 bytes; use FT_FLOAT for 4-byte floating-point values.Guy Harris1-12/+30
2015-01-07Set the (GT) address even if the message is routed by SSN.Luke Mewburn1-7/+7
2015-01-07Squelch a compiler warning.Guy Harris1-1/+1
2015-01-07S5066DTS: Nesting level does not match indendation (CID 1159211 & 1159212)Alexis La Goutte1-2/+4
2015-01-07BTLE: Nesting level does not match indendation (CID 1261651)Alexis La Goutte1-2/+2
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann58-118/+99
2015-01-07Replace bytes_to_ep_str_punct with wmem equivalent.Michael Mann6-79/+63
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann14-41/+47
2015-01-07Remove bytestring_to_ep_strMichael Mann4-41/+8
2015-01-07[MIP6] Update to handling ofAndersBroman1-17/+3
2015-01-07simplify tvb_address_to_strEvan Huus1-17/+11
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-07Cast away an insignificant warning.Guy Harris1-1/+1
2015-01-07Fix compiler error because I didn't completely amend last patch.Michael Mann1-12/+1
2015-01-07Add tvb_address_to_str.Michael Mann5-82/+136
2015-01-07Improved handling of ARDP fragmented packets.Joseph Huffman1-19/+66
2015-01-06Fix GCC pragma.Gerald Combs1-6/+2
2015-01-06Try to suppress clang warnings in exntest.Gerald Combs1-1/+8
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 Mathieson2-36/+532
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-06Replace ep_address_to_str with address_to_str.Michael Mann9-50/+58
2015-01-05Minor CMake updates to better group build artefactsGraham Bloice1-0/+1
2015-01-05Squelch harmless compiler warnings.Guy Harris1-3/+3
2015-01-05Beginnings of dissection of the dji drones control protocol.Joerg Mayer2-0/+390
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 Mann6-55/+11
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 Lombardo2-14/+184
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan13-41/+114
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-04Get rid of warning: comma at end of enumerator list [-Wpedantic]Pascal Quantin1-3/+3
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann32-257/+287
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