summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-24Upgrade RRC dissector to v11.7.0Pascal Quantin7-460/+808
2013-09-24On Win it's nmake, not makeJörg Mayer1-1/+1
2013-09-24From Wido Kelling via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9176 :Jeff Morriss1-3/+3
2013-09-24From robionekenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=91...Jeff Morriss2-81/+141
2013-09-24From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6596 :Jeff Morriss1-0/+4
2013-09-23Beginnings of win cmake support (not yet working), created by Graham Bloice,Jörg Mayer16-121/+250
2013-09-23Ensure to release an existing DRX configuration when receiving a RRC Connecti...Pascal Quantin2-0/+21
2013-09-23Upgrade LPPa dissector to v11.3.0Pascal Quantin9-82/+768
2013-09-23Add dissection of new IEs in UL_UNITDATAAnders Broman1-2/+31
2013-09-23Another step towards tracking UE DRX stateMartin Mathieson2-5/+69
2013-09-23DTP Dissector EnhancementsMichael Mann1-83/+218
2013-09-23Tiny indentation fix.Evan Huus1-2/+2
2013-09-23The pointer into proto_tree_add_oid can be NULL if the length is 0. ExposedEvan Huus1-1/+1
2013-09-23Fix Function call argument is an uninitialized value warning found by ClangAlexis La Goutte1-0/+2