aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-05-09CID 1215245, 1215247: NULL check for the param of proto_get_id()Martin Kaiser1-1/+1
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris18-55/+55
2016-05-09Handle -2^31 as a negative time-in-seconds.Guy Harris1-46/+25
2016-05-09Shuffle some routines to put absolute-time and relative-time code together.Guy Harris2-212/+224
2016-05-09format DIS header timestamp as mm:ss.nnnnnnalpartis1-1/+16
2016-05-09LAPDm: reset the last N(S) variable only during first passPascal Quantin1-1/+1
2016-05-09LPADm: fixes for reassemblyPascal Quantin1-29/+54
2016-05-09TShark: Convert TTY output.Gerald Combs1-1/+48
2016-05-08Get rid of extra blank line.Guy Harris1-1/+0
2016-05-08Remove the MIBenum stuff from the WAP code.Guy Harris11-388/+471
2016-05-08GSM A RR: fix dissection of GPRS Cell Options IEPascal Quantin1-45/+52
2016-05-08LAPSat: fix reported length for tvb subsetPascal Quantin1-1/+1
2016-05-08Show MIBenum values for character sets as decimal.Guy Harris5-7/+7
2016-05-08Handle the encoding when displaying the string table.Guy Harris5-39/+191
2016-05-08The tabulation is specified by the stuff at the end.Guy Harris1-2/+0
2016-05-08Show the string table a bit better.Guy Harris1-21/+41
2016-05-08[Automatic update for 2016-05-08]Gerald Combs2-26/+176
2016-05-07iso14443: show nad and cid info in the atsMartin Kaiser1-9/+37
2016-05-06Give the full name of the current version of the IEEE standard in question.Guy Harris1-1/+1
2016-05-06EPL: Add support for DS302-EChristoph Schlosser1-7/+143
2016-05-05USB Audio: add dissect of ChannelConfig bitmapAlexis La Goutte1-4/+150
2016-05-05s7comm: Add errorcode descriptions, extended list values, style cleanupThomas Wiens1-165/+300
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann19-132/+191
2016-05-05iso14443: add sfgiMartin Kaiser1-1/+9
2016-05-04snmp: return -1 (not 0) if we need more data from TCPMartin Kaiser2-16/+4
2016-05-04[Exported PDU] Add filters for ip.addr ip.dest etc for IPv4 and Ipv6 tags.AndersBroman1-1/+37
2016-05-03[H.248] Implement export PDU functionality.AndersBroman2-5/+63
2016-05-03Export packets before dissecting themPascal Quantin3-14/+15
2016-05-03[MEGACO] Implement Export PDU for MEGACO packets.AndersBroman1-0/+33
2016-05-03Added Bachmann bluecom protocolGerhard KHUENY5-0/+907
2016-05-03Decode OUI as Ethernet Vendor ID.Joerg Mayer1-9/+22
2016-05-03Move common code outside switch statement.Joerg Mayer1-40/+18
2016-05-02Revert "PIDL: Remove _U_ and remove unused-parameter via pragma"Guy Harris46-8706/+8666
2016-05-02Add checkAPI calls to CMake.Graham Bloice6-6/+79
2016-05-02USB Audio: Add Mixed UnitAlexis La Goutte1-0/+74
2016-05-02QUIC: fix decode when use version > Q033Alexis La Goutte1-33/+12
2016-05-02PIDL: Remove _U_ and remove unused-parameter via pragmaAlexis La Goutte46-8666/+8706
2016-05-02RTPS: Added PT PID parameters and infrastructure to dissectJuanjo Martin2-0/+168
2016-05-01IMAP: Add heuristic check for TLSJoão Valverde3-5/+97
2016-05-01ICMPv6: Observe "Redirected Header" option lengthJoão Valverde1-14/+19
2016-05-01Make class "type" for USB conversations.Michael Mann5-2/+20
2016-05-01zvt: return -1 if we need more data from tcpMartin Kaiser1-0/+1
2016-05-01ldss: remove if (tree) checksMartin Kaiser1-151/+138
2016-05-01ldss: return -1 (not 0) if we need more data from TCPMartin Kaiser1-1/+1
2016-05-01[Automatic update for 2016-05-01]Gerald Combs2-52/+497
2016-04-30IPv4: use calculated value for Header Length display filterPascal Quantin1-4/+4
2016-04-30Netflow: Updating the list of Ixia IxFlow fieldsDeep Datta1-0/+104
2016-04-30Add TCP preference for Process information from IPFIXMichael Mann2-36/+49
2016-04-29ANSI IS-637 A: fix display of reserved bits when using 7bits GSM encodingPascal Quantin1-3/+63
2016-04-29Separate out the members of tcp_flow_t structure that are only used for seque...Michael Mann2-58/+73