summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Clean up EVPN NLRIs dissection.Guy Harris1-25/+93
2017-01-25Add URL for the AoE spec.Guy Harris1-0/+5
2017-01-25That field is a route type, not an address family identifier.Guy Harris1-2/+2
2017-01-25Clean up and update list of RFCs and I-Ds supported.Guy Harris1-3/+2
2017-01-25Update comment, clean up identation.Guy Harris1-72/+72
2017-01-24Dissector: IndigoCare nursecall protocols supportErik de Jong5-0/+998
2017-01-24RTPS: avoid errors when encountering empty sequences of stringsAdam Mitz2-6/+13
2017-01-24RTPS: updated ContentFilterProperty field names to match the specAdam Mitz1-23/+23
2017-01-24dvbci: add shutdown routine.Dario Lombardo1-0/+10
2017-01-24Add a comment talking about the dictionary file format.Guy Harris1-0/+27
2017-01-23DHCPv6: Avoid integer overflows.Gerald Combs1-9/+9
2017-01-23ASTERIX: Avoid an integer overflow.Gerald Combs1-4/+5
2017-01-23DVB-S2-BB: Support all four MA modesMustBeArt1-34/+92
2017-01-22ISAKMP: Add Fortigate (Fortinet) Vendor IDAlexis La Goutte1-0/+27
2017-01-22DNS: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2017-01-22CQL: Add support for prepared batch statementBenoît Canet1-2/+81
2017-01-22SMB2: better RSVD flowVolodymyr Khomenko2-2/+45
2017-01-22reassemble: fix no previous prototype for ‘reassembly_table_free’ [-Wmiss...Alexis La Goutte1-1/+1
2017-01-22[Automatic update for 2017-01-22]Gerald Combs2-26/+291
2017-01-22Internalize struct preferenceMichael Mann5-127/+589
2017-01-22wmem: fix rb-tree data printer feedJaap Keuter1-2/+2
2017-01-22packet-frame: Make interface_name a filterable field.Jim Young1-4/+21
2017-01-22DNS: use formatted text in add_rr_to_tree() and add_opt_rr_to_treePascal Quantin1-3/+3
2017-01-21reassemble: add cleanup routine.Dario Lombardo3-0/+24
2017-01-21conversation_table: add cleanup function.Dario Lombardo3-0/+19
2017-01-21dissector_filters: add cleanup function.Dario Lombardo3-0/+16
2017-01-21dcerpc: add shutdown routine.Dario Lombardo1-1/+18
2017-01-21decode_as: clean memory on exit.Dario Lombardo2-0/+4
2017-01-20atalk: add check in shutdown routineDario Lombardo1-1/+2
2017-01-20packet: add post_dissectors cleanup.Dario Lombardo1-3/+5
2017-01-20Identify Ethertype 0x892B (Schweitzer Engineering Labs layer 2 traffic).Chris Bontje2-0/+5
2017-01-20infiniband: add shutdown routine.Dario Lombardo1-0/+8
2017-01-20corosync-totemnet: add shutdown routine.Dario Lombardo1-0/+7
2017-01-20gssapi: add shutdown routine.Dario Lombardo1-1/+8
2017-01-20giop: add shutdown routine.Dario Lombardo1-0/+8
2017-01-20ber: add shutdown routine.Dario Lombardo1-1/+8
2017-01-20aim: add shutdown routine.Dario Lombardo1-0/+15
2017-01-20zvt: add shutdown routine.Dario Lombardo1-0/+9
2017-01-20zbee: add shutdown routineDario Lombardo1-0/+15
2017-01-206lowpan: add shutdown routine.Dario Lombardo1-0/+7
2017-01-20atalk: add shutdown routine.Dario Lombardo1-0/+8
2017-01-20rpc: add shutdown routine.Dario Lombardo1-0/+8
2017-01-20DNS: update name_len variable when replacing name stringPascal Quantin1-0/+2
2017-01-20disabled_protos: add cleanup function.Dario Lombardo3-0/+28
2017-01-20follow-stream: add cleanup function.Dario Lombardo3-0/+19
2017-01-20Bluetooth: HCI_EVT: Implement "LE Direct Advertising Report"Michal Labedzki1-1/+86
2017-01-20LDAP: fix wrong use of g_strlcpy introduced in gc397addPascal Quantin2-3/+3
2017-01-19packet: clean shutdown routines.Dario Lombardo1-0/+1
2017-01-19Always display vht mcs data rate, but mark invalid assuming BCC encoding.Ashish Shukla1-3/+7
2017-01-19epan: add shutdown function for dissectors.Dario Lombardo2-13/+27