aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2016-01-27Added dissector for Paging and Service Information (186) IE.Branislav Makan1-1/+52
2016-01-27Use find_or_create_conversation().AndersBroman2-23/+8
2016-01-27ssl: enable "decryption" without keys for NULL ciphersPeter Wu1-9/+39
2016-01-27vuze-dht: show network coordinates instead of binary dataДмитрий Цветцих1-5/+63
2016-01-27CIP: Add support for all defined segment typesD. Ulis2-58/+546
2016-01-26PDCP LTE: upgrade dissector to v13.0.0Pascal Quantin4-27/+120
2016-01-26cell_broadcast(.h): fix api referenceAlexis La Goutte1-0/+1
2016-01-25dns,spdy,ssl-utils: fix export PDUPeter Wu3-21/+15
2016-01-25ssl: fix RSA key matching with Client certsPeter Wu1-1/+1
2016-01-25TDMoP Dont register UDP port 0 or Ethertype 0.AndersBroman1-4/+12
2016-01-25[skinny] pinfo->fd-num changed to pinfo->numAndersBroman1-2/+2
2016-01-25MAC LTE: upgrade dissector to v13.0.0Pascal Quantin2-97/+424
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris108-41/+177
2016-01-24More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-4/+4
2016-01-24More pinfo->fd->num to pinfo->num.Guy Harris1-28/+28
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris260-1495/+1495
2016-01-24Set width of hex output according to bitmaskKevin Bracey1-3/+3
2016-01-23ANSI A: get rid of a global bufferPascal Quantin1-29/+26
2016-01-23More structure assignments for nstime_t.Guy Harris2-4/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris90-306/+306
2016-01-23Avoid inhaling fumes. Do not use near open flame.Guy Harris1-1/+1
2016-01-23Fix handling of the byte order magic number.Guy Harris1-28/+26
2016-01-23Get rid of now-unused expert info.Guy Harris1-10/+0
2016-01-23Fix handling of the magic number.Guy Harris1-23/+44
2016-01-22That warning is bogus; squelch it with an otherwise-unnecessary cast.Guy Harris1-3/+10
2016-01-22Try to fix compiler warnings.Guy Harris1-3/+3
2016-01-22Fix DIAG_OFF() and DIAG_ON() calls.Guy Harris1-2/+2
2016-01-22[iso14443] dissect two more components of the ATQBMartin Kaiser1-6/+24
2016-01-22GSM A DTAP: fix display of calling/called party BCD number in parent treePascal Quantin1-24/+22
2016-01-22GSM A DTAP: get rid of a global bufferPascal Quantin1-23/+21
2016-01-22ISAKMP: Try to really fix implicit conversion warning on OSX 64 bit.João Valverde1-2/+2
2016-01-22ISAKMP: Fix implicit conversion to shorter type.João Valverde1-1/+2
2016-01-22CIP: Add support for Get Attributes AllMichael Mann6-223/+473
2016-01-22ISAKMP: Optimize loopsJoão Valverde1-58/+26
2016-01-22NFSv4.1 bugfixesTrond Myklebust1-1/+14
2016-01-21GSM SMS: add dissection of Special SMS Message Indication IEPascal Quantin1-1/+75
2016-01-21ZigBee: ZBOSS v2 traffic dump dissector.dsrsupport1-2/+78
2016-01-21[IP] IP fragment reassembly gets thrown off if there is the same packetsAndersBroman1-1/+1
2016-01-21Add VLAN ID to pinfoAndersBroman1-2/+7
2016-01-21Add a link for LINUX_SLL values.AndersBroman1-0/+1
2016-01-21mrdisc: don't THROW() an exception from a dissectorMartin Kaiser1-6/+0
2016-01-21SDP: Fix warnings [-Wcast-qual]João Valverde1-2/+2
2016-01-21XMPP utils: Don't cast away constness [-Wcast-qual]João Valverde1-2/+2
2016-01-21RPC: Fix warnings [-Wcast-qual]João Valverde1-5/+5
2016-01-21IMF: Don't declare 'imf_field' *name as const [-Wcast-qual]João Valverde1-3/+3
2016-01-21Add missing const qualifiers for packet-ssl.c [-Wcast-qual]João Valverde1-2/+2
2016-01-21Define ZLIB_CONST for packet-ssl-utilsJoão Valverde1-1/+8
2016-01-20HTTP: fix Control flow issues (UNREACHABLE) reported by Coverity ( CID 1348060)Alexis La Goutte1-1/+0
2016-01-20OpenFlow (v1): Add Source/Destination IP(v4)/Port missing field on ofp matchAlexis La Goutte1-4/+33
2016-01-20mrdisc: remove unnecessary if(item) checksMartin Kaiser1-12/+4