summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-25TCP: fix wrongly set base_seq when ISN is 0 and tcp_relative_seq isMatthieu Coudron2-6/+7
2014-11-24A21: fix warning: no previous prototype for function ... [-Wmissing-prototypes]Alexis La Goutte2-2/+3
2014-11-24Change capitalization of "DNS UDP [p]orts" to match "DNS TCP ports" in prefsStephen Fisher1-1/+1
2014-11-24MIPv6: Enhance ANI dissectionAlexis La Goutte1-3/+18
2014-11-24CPHA : tvb_length -> tvb_reported_lengthAlexis La Goutte1-2/+2
2014-11-24CPHA: Update versions listsAlexis La Goutte1-5/+106
2014-11-24Pass data to JSON through dissector data, not pinfo->private_data.Michael Mann1-2/+1
2014-11-24openflow; Fix a (no-effect) typo in openflow_version_values[]Bill Meier1-1/+1
2014-11-24[SIP/DIAMETER] Reinstate the lost dfilter_store_sip_from_addr() and use itAndersBroman2-0/+32
2014-11-24SMTP: escape ASCII strings printed to COL_INFOPascal Quantin1-21/+31