summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann23-365/+178
2014-07-06Squelch some compiler warnings.Guy Harris2-8/+27
2014-07-06Add printf-format annotations, fix garbagePeter Wu18-38/+61
2014-07-06whois,finger: fix retval, convert from tvb_lengthPeter Wu2-8/+8
2014-07-06Clean up handling of missing functions.Guy Harris6-5/+11
2014-07-06H264: mark a parameter as unusedPascal Quantin1-1/+1
2014-07-06H264: Add support of packetization modes, SVC, MS-H264Britt McKinley2-35/+956
2014-07-06RTCP: Make checkhf happyAlexis La Goutte1-0/+4
2014-07-06RTCP: fix typo (double semicolon)Alexis La Goutte1-4/+4
2014-07-06Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2014-07-06Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+2
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann18-596/+360
2014-07-06Widen openflow variables and check for underflowsEvan Huus2-26/+44
2014-07-06iscsi: minor retval fixPeter Wu1-98/+96
2014-07-06kismet: fix retval, add modelinesPeter Wu1-5/+18
2014-07-06mikey: do not request more data on proto violationPeter Wu1-12/+26
2014-07-06ms-mms: fix retval for short pkts, fix reading flagsPeter Wu1-7/+5
2014-07-06[Automatic manuf, services and enterprise-numbers update for 2014-07-06]Gerald Combs2-9/+259
2014-07-06Use g_hash_table_new_full to free some valuesEvan Huus2-15/+21
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann19-688/+381
2014-07-06Squelch casting-away-constness warnings.Guy Harris1-4/+4
2014-07-06make-dissectors-reg: optimize by factoring out the loopsРоман Донченко2-10/+10
2014-07-06Change display filters to prefix with ipmi.traceMichael Mann1-17/+17
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann17-235/+105
2014-07-059p: fix version detection, fix dissect_9P retvalPeter Wu1-176/+105
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann28-960/+511
2014-07-04Expand a variable from 16 to 32 bits (and make it signed).Evan Huus1-1/+1
2014-07-04ETSI CAT: upgrade dissector to Release 12Pascal Quantin2-15/+161
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann33-577/+326
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann18-676/+348
2014-07-04Handle the case where the previous PDU has left an extra CRLF in the stream.R...AndersBroman1-2/+28
2014-07-04wmemify some nfs functions, fixing much leaked memoryEvan Huus2-63/+45
2014-07-04Fix infinite loop in RTCP dissectorEvan Huus1-0/+3
2014-07-04Add Bus ID to USB Address ColumnSean O. Stalley4-8/+21
2014-07-04(trivial) moved 'is request' comment in dissect_usb_common()Sean O. Stalley1-1/+2
2014-07-03packet-vnc.c: Fix a bug in displaying a set of FT_BOOLEAN bit fields (found b...Bill Meier1-4/+4
2014-07-03packet-vnc.c: Restore tvb_get_string() --> tvb_get_string_enc() changes lost ...Bill Meier1-6/+6
2014-07-03packet-vnc.c: Improve dissectionBill Meier1-54/+266
2014-07-03Manually revert "Make COMPUTE_OFFSET and COMPUTE_OFFSET_AND_REMAINING macros."Jakub Zawadzki1-85/+79
2014-07-03Sometimes Git can be a real pain.Guy Harris1-0/+76
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris6-8/+9
2014-07-03Make wsutil depend on gitversion.Guy Harris1-2/+0
2014-07-03Fix type-o left over from cut-and-pasteYan Burman1-1/+1
2014-07-03Get rid of soft-deprecated API:sAndersBroman1-11/+11
2014-07-03Revert to 3ms if we don't have the handshakeEvan Huus1-1/+1
2014-07-03GTP: add dissection of Extended End User AddressPascal Quantin1-1/+27
2014-07-02NDPS dissector is the poster child for proto_tree_add_subtree[_format].Michael Mann1-831/+558
2014-07-02kafka: fully dissect offset request/response messagesEvan Huus1-0/+120
2014-07-02RSVP checksum is not required if integrity object is presentEvan Huus1-22/+24
2014-07-02Optimize sip dissector: avoid calling tvb_get_string_enc()Jakub Zawadzki1-56/+90