summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-12-02multipart: Handle multipart/signedStig Bjørlykke1-0/+2
2014-12-02multipart: Don't include boundary in preamble.Stig Bjørlykke1-2/+2
2014-12-02alljoyn: Rename some filters; Fix some filter types.Bill Meier1-25/+25
2014-12-01BGP: fix dissection of BGP community tagYann Lejeune1-6/+6
2014-12-01Remove private_data member from packet_info structure.Michael Mann3-7/+0
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann25-1385/+798
2014-12-01SNA: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-6/+0
2014-12-01Asterix: fix Coverity scan (1025624 & 1025625: Missing break in switch)Marko Hrastovec1-0/+2
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann26-1082/+787
2014-12-01Update display filter names per checkfiltername.plMichael Mann4-9/+9
2014-11-30[Automatic manuf, services and enterprise-numbers update for 2014-11-30]Gerald Combs2-8/+33
2014-11-29Clean up routine names, don't pass capture_file into libwireshark.Guy Harris2-46/+25
2014-11-29Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann16-574/+586
2014-11-29Rename some hf[] display filter names to fix dups.Bill Meier3-11/+11
2014-11-29ieee80211; Rename some hf[] display filter names to fix dups and for clarity.Bill Meier1-21/+21
2014-11-29Revert "Add QNX' QNET protocol"Guy Harris4-6215/+0
2014-11-29Sadly, index() was the name of a routine in V7, so....Guy Harris1-6/+6
2014-11-29Add QNX' QNET protocolAlexis La Goutte4-0/+6215
2014-11-29Add optional user Fast SER preference for SEL Fast Message Protocolcbontje1-7/+88
2014-11-28Endpoint: wrong filter when select a TCP endpoint (INVALID == a.x.y.z ...)Alexis La Goutte1-2/+22
2014-11-28Endpoint: wrong filter when select a UDP endpoint (INVALID == a.x.y.z ...)Alexis La Goutte1-2/+23
2014-11-28elf: fix FDE Count formattingPeter Wu1-3/+4
2014-11-28TCP: move Windows Scaling and SCPS checks after options decodingPascal Quantin1-18/+19
2014-11-28Eliminate proto_tree_add_text from packet-sna.c.Michael Mann1-402/+334
2014-11-28Make the ENTTEC dissector reject packets that don't look like ENTTEC packets.Guy Harris1-20/+80
2014-11-27canopen: LSS dissectionEnrico Jorns1-7/+530
2014-11-27Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier12-18/+18
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier18-19/+19
2014-11-26XML: pass XML structure to caller through p_(add|get)_proto_data functionsPascal Quantin2-8/+9
2014-11-26canopen: Enhanced SDO decodingEnrico Jorns1-14/+379
2014-11-26WCCP: Remove uneeded check (pinfo & info_tree)Alexis La Goutte1-18/+10
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann20-155/+7
2014-11-26[MGCP] When changing tvb_length(tvb) -> tvb_reported_length(tvb) it turnsAndersBroman1-4/+4
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann11-226/+267
2014-11-26openflow: Use (what appear to be the) correct filter names for a few fields.Bill Meier3-12/+12
2014-11-26canopen: Improve NMT error control and SYNC message dissectionEnrico Jorns1-1/+21
2014-11-26dec-dnart: use pinfo-scoped memory for addressesEvan Huus1-6/+7
2014-11-26wccp: use pinfo-scope memory for addressesEvan Huus1-4/+4
2014-11-26conversation_table: fix indent (use 4spaces) and add modelines infoAlexis La Goutte1-9/+22
2014-11-26conversation_table: fix warning when generate documentation (doxygen)Alexis La Goutte1-0/+2
2014-11-25SCSI: type and scope fields are ignored in some SCSI persistent reserve servi...Yaniv Kaul1-11/+27
2014-11-25openflow: Minor changesBill Meier3-159/+158
2014-11-25proto.c: proto_registrar_dump_values(): don't skip "same name" fields.Bill Meier1-109/+108
2014-11-25Remove support for pinfo->private_data in "data-text-lines", "data-l1-events"...Michael Mann4-39/+11
2014-11-25Ensure dissector data parameter is used instead of pinfo->private_data when p...Michael Mann8-72/+23
2014-11-25canopen: Fixed tree expansionEnrico Jorns1-3/+7
2014-11-25Have media dissector take its "media type parameter" from dissector data para...Michael Mann6-23/+18
2014-11-25Remove use of pinfo->private_data since it's not used anywhere.Michael Mann1-24/+12
2014-11-25Add new dissector for Shared Memory Communications over RDMA protocol (SMC-R)Joe Fowler4-11/+1459
2014-11-25Eliminate proto_tree_add_text from some dissectors.Michael Mann10-287/+406