aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-29Convert proto_tree_add_time_format to either proto_tree_add_time or proto_tre...Michael Mann8-34/+23
2013-09-29Convert proto_tree_add_ipxnet_format to proto_tree_add_ipxnet_format_value. ...Michael Mann1-1/+1
2013-09-29[Automatic manuf, services and enterprise-numbers update for 2013-09-29]Gerald Combs1-3/+29
2013-09-29Replace some val_to_str calls with the equivalent val_to_str_const calls (andEvan Huus3-8/+28
2013-09-29Get rid of a redundant check - pcapng_read_packet_block() already checksGuy Harris1-89/+74
2013-09-28Don't assert that the key to a wmem tree operation is short. If XMPP wants toEvan Huus1-4/+0
2013-09-28From Peter Van Eynde viaEvan Huus1-6/+7
2013-09-28Make the sample "The following bugs have been fixed:" entry match theGuy Harris1-1/+1
2013-09-28Mention bug 9200 being fixed.Guy Harris1-0/+2
2013-09-28The pcap-ng spec says the captured length is the minimum of theGuy Harris1-23/+40
2013-09-28Actually, the captured length must be the minimum of:Guy Harris1-8/+32
2013-09-28Fix cut-and-pasteo.Guy Harris1-1/+1
2013-09-28Correctly calculate the captured length in a Simple Packet Block -Guy Harris1-3/+1
2013-09-28In a Simple Packet Block, the captured length isn't the block lengthGuy Harris1-5/+7
2013-09-28There's no interface ID in a Simple Packet Block.Guy Harris1-10/+16
2013-09-28Start dissect multipart messages.Anders Broman1-7/+81
2013-09-28Fix various warnings in (hopefully) the right ways.Evan Huus7-12/+5
2013-09-281. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann16-2017/+1427
2013-09-27Fix a typo (a missed replace)Jörg Mayer1-2/+2
2013-09-27Hack forJörg Mayer1-5/+74
2013-09-27And also where it is declared. Doesn't VSC++ warn about anything?Martin Mathieson1-1/+2
2013-09-27Temporarily make an uncalled function non-static, until it gets calledMartin Mathieson1-2/+2
2013-09-27Remove unused parameterMartin Mathieson1-2/+2
2013-09-27Another step towards DRX support in LTE MACMartin Mathieson1-67/+147
2013-09-27Fix:Jörg Mayer1-18/+17
2013-09-27Have ChmodBPF kludge^Wcreate as many BPF devices as possible at startup.Gerald Combs1-5/+27
2013-09-26Fix:Anders Broman1-4/+6
2013-09-26From beroset@mindspring.com:Anders Broman2-2/+2
2013-09-26From beroset@mindspring.com:Anders Broman1-2/+2
2013-09-26Start refactoring to dissect each version separatly.Anders Broman1-107/+450
2013-09-26Add a few AVP:sAnders Broman1-6/+21
2013-09-26When a line of text wraps to the next line, the character that caused the lin...Chris Maynard1-2/+1
2013-09-25Do all checks against the reported length; a packet that wasn't capturedGuy Harris1-14/+15
2013-09-25From beroset@mindspring.com:Anders Broman1-1/+1
2013-09-25From Masayuki Takemura:Anders Broman1-1/+1
2013-09-25Dissect bssmap_reroute_cmd and bssmap_reroute_complete andAnders Broman2-24/+113
2013-09-25Add the abillity to let vendor AVP subdisectors add Message type to the info ...Anders Broman3-31/+78
2013-09-25Minor correction to dissection of DLR frames in Ethernet/IP dissector. Bug 9...Michael Mann1-2/+2
2013-09-25Prevent offset overflow in DTP dissector. FixesEvan Huus1-2/+17
2013-09-25Require the NTLMSSP response contents to be long enough before we try to memcpyEvan Huus1-1/+1
2013-09-25Beginning to work on bug 9127 (Juniper proprietary TLV in RSVP):Jörg Mayer1-12/+50
2013-09-25Delete extra_split if we're not using it. This keeps its handle fromGerald Combs3-22/+24
2013-09-24From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9180Evan Huus1-2/+59
2013-09-24Prevent crashing as a result of tree removal in r52208. Tree removal + this ...Michael Mann1-2/+2
2013-09-24You are in a twisty little maze of code paths, all different. Get ridGuy Harris1-416/+407
2013-09-24Stuff used when checking the CRC needs to be done regardless of whetherGuy Harris1-9/+14
2013-09-24Get rid of unused variable.Guy Harris1-3/+0
2013-09-24Fix copy-and-pasteo(?).Guy Harris1-2/+2
2013-09-24One advantage of making as many things as possible static is that, ifGuy Harris1-1/+4
2013-09-24Wimax dissector improvements:Michael Mann29-1193/+467